Loading src/TableauBord.php +1 −1 Original line number Diff line number Diff line Loading @@ -123,7 +123,7 @@ class TableauBord if (!$this->__container->has($processName)) { $processName = 'unicaen-tbl.process.' . $processName; } if (!$this->__containertainer->has($processName)) { if (!$this->__container->has($processName)) { throw new \Exception('Le process "' . $processName . '" n\'est pas un service reconnu ou accessible via le container'); } /** @var ProcessInterface $process */ Loading Loading
src/TableauBord.php +1 −1 Original line number Diff line number Diff line Loading @@ -123,7 +123,7 @@ class TableauBord if (!$this->__container->has($processName)) { $processName = 'unicaen-tbl.process.' . $processName; } if (!$this->__containertainer->has($processName)) { if (!$this->__container->has($processName)) { throw new \Exception('Le process "' . $processName . '" n\'est pas un service reconnu ou accessible via le container'); } /** @var ProcessInterface $process */ Loading