mirror of
https://github.com/kevinveenbirkenbach/infinito.git
synced 2025-09-13 13:57:10 +02:00
Removed logic from persistence layer
This commit is contained in:
@@ -7,7 +7,6 @@ use Doctrine\ORM\Mapping as ORM;
|
||||
use App\Entity\Source\SourceInterface;
|
||||
use App\Entity\Attribut\RightAttribut;
|
||||
use App\Entity\Attribut\CollectionAttribut;
|
||||
use App\Entity\Method\CollectionDimensionHelperMethod;
|
||||
|
||||
/**
|
||||
* @author kevinfrantz
|
||||
@@ -16,7 +15,7 @@ use App\Entity\Method\CollectionDimensionHelperMethod;
|
||||
*/
|
||||
class Reciever extends AbstractMeta implements RecieverInterface
|
||||
{
|
||||
use RightAttribut, CollectionAttribut,CollectionDimensionHelperMethod;
|
||||
use RightAttribut, CollectionAttribut;
|
||||
|
||||
/**
|
||||
* The right which the reciever group belongs to.
|
||||
|
Reference in New Issue
Block a user