Change form namespace to App\Form
This commit is contained in:
parent
6173d56fd4
commit
2b6da6453b
7 changed files with 7 additions and 7 deletions
|
|
@ -4,7 +4,7 @@ namespace App\Controller;
|
|||
|
||||
use App\Controller\ControllerBase;
|
||||
|
||||
use Form\Login as LoginForm;
|
||||
use App\Form\Login as LoginForm;
|
||||
|
||||
class AuthController extends ControllerBase
|
||||
{
|
||||
|
|
|
|||
Reference in a new issue