fix wrong classname

This commit is contained in:
Roland Franssen
2019-03-30 18:15:26 +01:00
parent 11b2d9b005
commit 3dd64e4cfc
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
<?php
namespace App\Entity\User;
namespace App\Entity;
use Doctrine\ORM\Mapping as ORM;
use MsgPhp\User\User as BaseUser;