Skip to content
Snippets Groups Projects
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
Branches
Tags
No related merge requests found
Pipeline #6019 failed
......@@ -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
......@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment