Created
December 6, 2020 05:21
-
-
Save kurozumi/1eb7ccdc01bc0b0a5bd879d89ab48ac0 to your computer and use it in GitHub Desktop.
bundles
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/** | |
* This file is part of CustomerType | |
* | |
* Copyright(c) Akira Kurozumi <info@a-zumi.net> | |
* | |
* https://a-zumi.net | |
* | |
* For the full copyright and license information, please view the LICENSE | |
* file that was distributed with this source code. | |
*/ | |
return [ | |
\Plugin\CustomerType\Bundle\CustomerTypeBundle::class => ['all' => true] | |
]; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment