php-censor/src/PHPCensor/Store/ProjectGroupStore.php
2016-07-21 23:20:59 +06:00

19 lines
392 B
PHP

<?php
/**
* ProjectGroup store for table: project_group
*/
namespace PHPCensor\Store;
use PHPCensor\Store\Base\ProjectGroupStoreBase;
/**
* ProjectGroup Store
* @uses PHPCensor\Store\Base\ProjectGroupStoreBase
*/
class ProjectGroupStore extends ProjectGroupStoreBase
{
// This class has been left blank so that you can modify it - changes in this file will not be overwritten.
}