From: Raphaƫl Gertz Date: Fri, 25 Oct 2019 16:20:54 +0000 (+0200) Subject: Import bundle file X-Git-Tag: 0.1~81 X-Git-Url: https://git.rapsys.eu/airlibre/commitdiff_plain/2209c5ba6d986b27f9da3f4aae2b661136fabd1d Import bundle file --- diff --git a/config/bundles.php b/config/bundles.php new file mode 100644 index 0000000..d2abc5d --- /dev/null +++ b/config/bundles.php @@ -0,0 +1,8 @@ + ['all' => true], + Rapsys\PackBundle\RapsysPackBundle::class => ['all' => true], + Rapsys\UserBundle\RapsysUserBundle::class => ['all' => true], + Rapsys\AirBundle\RapsysAirBundle::class => ['all' => true], +];