mirror of
				https://github.com/kevinveenbirkenbach/infinito.git
				synced 2025-10-31 17:29:04 +00:00 
			
		
		
		
	Deleted unnecessary attribut
This commit is contained in:
		| @@ -1,26 +0,0 @@ | ||||
| <?php | ||||
|  | ||||
| namespace Entity\Attribut; | ||||
|  | ||||
| use App\Entity\Attribut\ParentAttributInterface; | ||||
|  | ||||
| /** | ||||
|  * @author kevinfrantz | ||||
|  */ | ||||
| trait ParentAttribut | ||||
| { | ||||
|     /** | ||||
|      * @var ParentAttributInterface | ||||
|      */ | ||||
|     protected $parent; | ||||
|  | ||||
|     public function setParent(ParentAttributInterface $parent): void | ||||
|     { | ||||
|         $this->parent = $parent; | ||||
|     } | ||||
|  | ||||
|     public function getParent(): ParentAttributInterface | ||||
|     { | ||||
|         return $this->parent; | ||||
|     } | ||||
| } | ||||
| @@ -1,13 +0,0 @@ | ||||
| <?php | ||||
|  | ||||
| namespace App\Entity\Attribut; | ||||
|  | ||||
| /** | ||||
|  * @author kevinfrantz | ||||
|  */ | ||||
| interface ParentAttributInterface | ||||
| { | ||||
|     public function setParent(ParentAttributInterface $parent): void; | ||||
|  | ||||
|     public function getParent(): ParentAttributInterface; | ||||
| } | ||||
		Reference in New Issue
	
	Block a user