mirror of
https://github.com/kevinveenbirkenbach/infinito.git
synced 2025-09-29 21:08:13 +02:00
Optimized Attributes and tests for it
This commit is contained in:
@@ -3,9 +3,9 @@
|
||||
namespace App\Entity\Meta\Relation\Parent;
|
||||
|
||||
use App\Attribut\ParentsAttributInterface;
|
||||
use App\Attribut\ChildsAttributeInterface;
|
||||
use App\Attribut\ChildsAttributInterface;
|
||||
use App\Entity\Meta\Relation\RelationInterface;
|
||||
|
||||
interface ParentRelationInterface extends RelationInterface, ParentsAttributInterface, ChildsAttributeInterface
|
||||
interface ParentRelationInterface extends RelationInterface, ParentsAttributInterface, ChildsAttributInterface
|
||||
{
|
||||
}
|
||||
|
Reference in New Issue
Block a user