From f92632e5c2a602d18bcf5d7c84b4a6671be16575 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Rapha=C3=ABl=20Gertz?= Date: Tue, 4 Oct 2022 09:48:20 +0200 Subject: [PATCH] Drop useless? repository --- Resources/config/doctrine/Slot.orm.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Resources/config/doctrine/Slot.orm.yml b/Resources/config/doctrine/Slot.orm.yml index 19493b2..d09120d 100644 --- a/Resources/config/doctrine/Slot.orm.yml +++ b/Resources/config/doctrine/Slot.orm.yml @@ -1,6 +1,6 @@ Rapsys\AirBundle\Entity\Slot: type: entity - repositoryClass: Rapsys\AirBundle\Repository\SlotRepository + #repositoryClass: Rapsys\AirBundle\Repository\SlotRepository table: slots id: id: -- 2.41.0