mirror of
https://github.com/kevinveenbirkenbach/infinito.git
synced 2025-09-13 13:57:10 +02:00
Optimized interface namespace path
This commit is contained in:
@@ -5,8 +5,8 @@ namespace App\Entity;
|
||||
use App\Entity\Attribut\NodeAttribut;
|
||||
use Doctrine\ORM\Mapping as ORM;
|
||||
use JMS\Serializer\Annotation\Exclude;
|
||||
use App\Entity\Interfaces\SourceInterface;
|
||||
use App\Entity\Interfaces\NodeInterface;
|
||||
use App\Entity\SourceInterface;
|
||||
use App\Entity\NodeInterface;
|
||||
|
||||
/**
|
||||
* @author kevinfrantz
|
||||
|
Reference in New Issue
Block a user