Bladeren bron

post MR fix

Olivier Massot 9 maanden geleden
bovenliggende
commit
b76339a6a4
1 gewijzigde bestanden met toevoegingen van 0 en 5 verwijderingen
  1. 0 5
      src/Entity/Billing/EducationalProjectIntangible.php

+ 0 - 5
src/Entity/Billing/EducationalProjectIntangible.php

@@ -32,11 +32,6 @@ class EducationalProjectIntangible extends AbstractBillingIntangible
         parent::__construct();
     }
 
-    public function getId(): ?int
-    {
-        return $this->id;
-    }
-
     public function getEducationalProject(): ?EducationalProject
     {
         return $this->educationalProject;