From 2209c5ba6d986b27f9da3f4aae2b661136fabd1d Mon Sep 17 00:00:00 2001 From: =?utf8?q?Rapha=C3=ABl=20Gertz?= Date: Fri, 25 Oct 2019 18:20:54 +0200 Subject: [PATCH] Import bundle file --- config/bundles.php | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 config/bundles.php 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], +]; -- 2.41.0