Solved namespace bug

This commit is contained in:
Kevin Frantz
2018-09-06 13:09:28 +02:00
parent 2a1f3bd264
commit 74038092e3
2 changed files with 1 additions and 2 deletions

View File

@@ -1,7 +1,6 @@
<?php
namespace App\Entity;
use Doctrine\ORM\Mapping as ORM;
use Symfony\Component\Security\Core\User\UserInterface;
/**
*