Fix missing import

This commit is contained in:
wpetit 2020-03-09 10:16:19 +01:00
parent a17262e81e
commit de6832e94f
1 changed files with 1 additions and 0 deletions

View File

@ -3,6 +3,7 @@ namespace App\Controller;
use App\Entity\User;
use App\Http\DataResponse;
use App\Http\ErrorResponse;
use App\Repository\UserRepository;
use Symfony\Bundle\FrameworkBundle\Controller\Controller;
use Symfony\Component\Routing\Annotation\Route;