Archived
1
0
Fork 0

Change form namespace to App\Form

This commit is contained in:
Henrik Hautakoski 2018-04-02 23:37:50 +02:00
parent 6173d56fd4
commit 2b6da6453b
7 changed files with 7 additions and 7 deletions

View file

@ -1,6 +1,6 @@
<?php
namespace Form;
namespace App\Form;
use Phalcon\Forms\Form;