Commit 89ea7d70 authored by Antony Le Courtes's avatar Antony Le Courtes
Browse files

Correction synthaxe

parent a6008bbd
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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 */