Skip to content

Commit

Permalink
Clean code
Browse files Browse the repository at this point in the history
  • Loading branch information
Dumazeau committed Jul 19, 2021
1 parent 2d582e5 commit 3efaa2e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/Infrastructure/Resources/config/routing/routing.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
controller="RichId\TermsModuleBundle\UserInterface\Controller\ListAdminRoute"
methods="GET" />


<route id="module_terms_remove_terms_version" path="/administration/terms-version/{termsVersion}"
controller="RichId\TermsModuleBundle\UserInterface\Controller\RemoveTermsVersionRoute"
methods="DELETE">
Expand Down
1 change: 0 additions & 1 deletion src/UserInterface/Controller/EditAdminRoute.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
use RichId\TermsModuleBundle\Domain\Entity\Terms;
use RichId\TermsModuleBundle\Domain\Entity\TermsVersion;
use RichId\TermsModuleBundle\Domain\Factory\DefaultTermsVersionFactory;
use RichId\TermsModuleBundle\Domain\Factory\TermsVersionFactory;
use RichId\TermsModuleBundle\Domain\Model\TermsEdition;
use RichId\TermsModuleBundle\Domain\UseCase\EditTerms;
use RichId\TermsModuleBundle\Infrastructure\FormType\TermsVersionFormType;
Expand Down

0 comments on commit 3efaa2e

Please sign in to comment.