diff --git a/src/Options/ModuleOptions.php b/src/Options/ModuleOptions.php index ee782ed8debab3fb7e972d36e0debed55a626831..57ded74645b69c9e8d76d7cc187511ef36995549 100755 --- a/src/Options/ModuleOptions.php +++ b/src/Options/ModuleOptions.php @@ -20,6 +20,11 @@ class ModuleOptions extends AbstractOptions */ protected $__strictMode__ = false; + protected array $tableauxBord; + + protected string $entityManagerName; + + protected string $package; /** @@ -71,11 +76,11 @@ class ModuleOptions extends AbstractOptions /** - * @param ContainerInterface $container + * @param $container * @return array|TableauBord[] * @throws \Exception */ - public function loadTableauxBord(ContainerInterface $container): array + public function loadTableauxBord($container): array { $options = $this->getTableauxBord() ?? [];