Optimized entities

This commit is contained in:
Kevin Frantz
2018-09-13 12:29:07 +02:00
parent dee5ee8974
commit d1b7e0f070
7 changed files with 5 additions and 120 deletions

View File

@@ -19,8 +19,7 @@ abstract class AbstractSource implements SourceInterface
{
use IdAttribut,NodeAttribut;
/**
* @var ConfigurationInterface
*/
protected $configuration;
public function __construct(){
$this->node = new Node();
}
}