Commit b3c14cad authored by Laurent Lecluse's avatar Laurent Lecluse
Browse files

Suppression de mauvaises références issues de OSE

Passage de services par les Factory obligatoire
parent 2abc0ceb
Loading
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -36,10 +36,6 @@ trait SourceServiceAwareTrait
     */
    public function getServiceSource() : SourceService
    {
        if (!$this->serviceSource){
            $this->serviceSource = \Application::$container->get(SourceService::class);
        }

        return $this->serviceSource;
    }
}
 No newline at end of file
+0 −4
Original line number Diff line number Diff line
@@ -36,10 +36,6 @@ trait TableServiceAwareTrait
     */
    public function getServiceTable() : TableService
    {
        if (!$this->serviceTable){
            $this->serviceTable = \Application::$container->get(TableService::class);
        }

        return $this->serviceTable;
    }
}
 No newline at end of file