Skip to content

Commit

Permalink
Add bundles.php with default available bundle
Browse files Browse the repository at this point in the history
  • Loading branch information
Akshay Kumar committed Nov 29, 2022
1 parent d23f255 commit 12532c3
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions config/bundles.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
<?php

return [
Webkul\UVDesk\CoreFrameworkBundle\UVDeskCoreFrameworkBundle::class => ['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],
];

0 comments on commit 12532c3

Please sign in to comment.