From 1965b3176de7d8e8a07323cf2dce8ad465e29e10 Mon Sep 17 00:00:00 2001 From: Yassine Guedidi Date: Fri, 2 Feb 2024 23:11:28 +0100 Subject: [PATCH] Configure MakerBundle --- app/config/config.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/app/config/config.yml b/app/config/config.yml index 6cd6557e6..13be589da 100644 --- a/app/config/config.yml +++ b/app/config/config.yml @@ -438,3 +438,7 @@ httplug: # define custom entity so we can override length attribute to fix utf8mb4 issue craue_config: entity_name: Wallabag\CoreBundle\Entity\InternalSetting + +when@dev: + maker: + root_namespace: 'Wallabag'