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

Suppression d'une mention à OSE

parent acdb77da
Loading
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -30,10 +30,6 @@ trait BddServiceAwareTrait

    public function getServiceBdd(): ?BddService
    {
        if (empty($this->serviceBdd)) {
            $this->serviceBdd = \Application::$container->get(BddService::class);
        }

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