Change form namespace to App\Form
This commit is contained in:
parent
6173d56fd4
commit
2b6da6453b
7 changed files with 7 additions and 7 deletions
|
|
@ -1,6 +1,6 @@
|
|||
<?php
|
||||
|
||||
namespace Form;
|
||||
namespace App\Form;
|
||||
|
||||
use Phalcon\Forms\Form;
|
||||
|
||||
|
|
|
|||
Reference in a new issue