Fixing some PHP strict complain
This commit is contained in:
parent
ecd556cdba
commit
f50b8e1360
1 changed files with 4 additions and 1 deletions
|
@ -30,7 +30,10 @@ abstract class AbstractModel
|
|||
/**
|
||||
* Initialize Model
|
||||
*/
|
||||
abstract protected static function initModel();
|
||||
protected static function initModel()
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Reference in a new issue