mirror of
https://github.com/kevinveenbirkenbach/infinito.git
synced 2025-01-09 06:01:35 +01:00
Solved namespace bug
This commit is contained in:
parent
2a1f3bd264
commit
74038092e3
@ -2,7 +2,7 @@
|
||||
namespace App\Entity;
|
||||
|
||||
use Doctrine\Common\Collections\ArrayCollection;
|
||||
use Entity\attribut\SourceAttributInterface;
|
||||
use App\Entity\attribut\SourceAttributInterface;
|
||||
|
||||
/**
|
||||
*
|
||||
|
@ -1,7 +1,6 @@
|
||||
<?php
|
||||
namespace App\Entity;
|
||||
|
||||
use Doctrine\ORM\Mapping as ORM;
|
||||
use Symfony\Component\Security\Core\User\UserInterface;
|
||||
/**
|
||||
*
|
||||
|
Loading…
Reference in New Issue
Block a user