mirror of
https://github.com/kevinveenbirkenbach/infinito.git
synced 2025-09-13 21:57:16 +02:00
Optimized Law draft
This commit is contained in:
@@ -27,6 +27,7 @@ abstract class AbstractSource extends AbstractEntity implements SourceInterface
|
||||
|
||||
public function __construct()
|
||||
{
|
||||
parent::__construct();
|
||||
$this->node = new Node();
|
||||
$this->node->setSource($this);
|
||||
}
|
||||
|
Reference in New Issue
Block a user