diff --git a/config/bundles.php b/config/bundles.php new file mode 100644 index 00000000..40e65def --- /dev/null +++ b/config/bundles.php @@ -0,0 +1,9 @@ + ['all' => true], + Webkul\UVDesk\AutomationBundle\UVDeskAutomationBundle::class => ['all' => true], + Webkul\UVDesk\ExtensionFrameworkBundle\UVDeskExtensionFrameworkBundle::class => ['all' => true], + Webkul\UVDesk\MailboxBundle\UVDeskMailboxBundle::class => ['all' => true], + Webkul\UVDesk\SupportCenterBundle\UVDeskSupportCenterBundle::class => ['all' => true], +];