Skip to content
Snippets Groups Projects
Commit 24af25c3 authored by Laurent Lecluse's avatar Laurent Lecluse
Browse files

propriétés non déclarées

parent 417adc9d
Branches
Tags
No related merge requests found
Pipeline #25227 passed
......@@ -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() ?? [];
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment