Loading src/UnicaenImport/Service/Traits/SourceServiceAwareTrait.php +0 −4 Original line number Diff line number Diff line Loading @@ -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 src/UnicaenImport/Service/Traits/TableServiceAwareTrait.php +0 −4 Original line number Diff line number Diff line Loading @@ -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 Loading
src/UnicaenImport/Service/Traits/SourceServiceAwareTrait.php +0 −4 Original line number Diff line number Diff line Loading @@ -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
src/UnicaenImport/Service/Traits/TableServiceAwareTrait.php +0 −4 Original line number Diff line number Diff line Loading @@ -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