app/models/Data/Base.php: should extend Phalcon\Mvc\Model
This commit is contained in:
parent
25e9168f96
commit
560234c6d1
1 changed files with 3 additions and 1 deletions
|
|
@ -2,6 +2,8 @@
|
|||
|
||||
namespace Model\Data;
|
||||
|
||||
class Base
|
||||
use Phalcon\Mvc\Model;
|
||||
|
||||
class Base extends Model
|
||||
{
|
||||
}
|
||||
|
|
|
|||
Reference in a new issue