This commit is contained in:
Oliver Davies 2019-01-10 12:58:21 +00:00
commit 49a0bd9ed0
19 changed files with 1813 additions and 0 deletions

5
config/bundles.php Normal file
View file

@ -0,0 +1,5 @@
<?php
return [
Symfony\Bundle\FrameworkBundle\FrameworkBundle::class => ['all' => true],
];