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

@ -2,7 +2,7 @@
namespace App\Entity; namespace App\Entity;
use Doctrine\Common\Collections\ArrayCollection; use Doctrine\Common\Collections\ArrayCollection;
use Entity\attribut\SourceAttributInterface; use App\Entity\attribut\SourceAttributInterface;
/** /**
* *

View File

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