Refactored Model class.

This commit is contained in:
Dmitry Khomutov 2018-02-24 01:49:59 +07:00
commit d0c69d2ef0
No known key found for this signature in database
GPG key ID: EC19426474B37AAC
10 changed files with 6 additions and 157 deletions

View file

@ -7,21 +7,11 @@ use b8\Store\Factory;
class ProjectGroup extends Model
{
/**
* @var array
*/
public static $sleepable = [];
/**
* @var string
*/
protected $tableName = 'project_group';
/**
* @var string
*/
protected $modelName = 'ProjectGroup';
/**
* @var array
*/