mirror of
				https://github.com/kevinveenbirkenbach/infinito.git
				synced 2025-10-31 01:09:41 +00:00 
			
		
		
		
	Solved namespace bug
This commit is contained in:
		| @@ -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; | ||||
| /** | ||||
|  * | ||||
|   | ||||
		Reference in New Issue
	
	Block a user