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