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
|
|
@ -5,7 +5,7 @@ namespace Form;
|
|||
/**
|
||||
* Models
|
||||
*/
|
||||
use Model\Data\User as UserModel;
|
||||
use App\Model\Data\User as UserModel;
|
||||
|
||||
/**
|
||||
* Phalcon Form
|
||||
|
|
|
|||
Reference in a new issue