change model namespace to App\Model\Data
This commit is contained in:
parent
6ed63d591f
commit
6173d56fd4
10 changed files with 23 additions and 21 deletions
|
|
@ -1,6 +1,6 @@
|
|||
<?php
|
||||
|
||||
namespace Model\Data;
|
||||
namespace App\Model\Data;
|
||||
|
||||
use Phalcon\Mvc\Model;
|
||||
|
||||
|
|
|
|||
Reference in a new issue