mirror of
				https://github.com/kevinveenbirkenbach/infinito.git
				synced 2025-10-31 17:29:04 +00:00 
			
		
		
		
	Implemented test for Entity
This commit is contained in:
		| @@ -31,6 +31,5 @@ abstract class AbstractEntity implements EntityInterface | ||||
|  | ||||
|     public function __construct() | ||||
|     { | ||||
|         // $this->id = 0; | ||||
|     } | ||||
| } | ||||
|   | ||||
| @@ -81,6 +81,5 @@ final class Relation extends AbstractMeta implements RelationInterface | ||||
|         $this->law = new Law(); | ||||
|         $this->parents = new ArrayCollection(); | ||||
|         $this->childs = new ArrayCollection(); | ||||
|         //$this->law->setNode($this); | ||||
|     } | ||||
| } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user