Optimized Law draft

This commit is contained in:
Kevin Frantz
2018-09-13 22:35:32 +02:00
parent 69f2beac72
commit ff7fb57baf
13 changed files with 160 additions and 30 deletions

View File

@@ -27,6 +27,7 @@ abstract class AbstractSource extends AbstractEntity implements SourceInterface
public function __construct()
{
parent::__construct();
$this->node = new Node();
$this->node->setSource($this);
}