svg
This commit is contained in:
@ -1,12 +1,5 @@
|
||||
<?php
|
||||
|
||||
// Debug autoload
|
||||
if (!class_exists(Bnine\FilesBundle\BnineFilesBundle::class)) {
|
||||
echo "Classe non trouvée\n";
|
||||
var_dump(__DIR__, file_exists(__DIR__.'/../vendor/bnine/files-bundle/src/BnineFilesBundle.php'));
|
||||
exit;
|
||||
}
|
||||
|
||||
return [
|
||||
Symfony\Bundle\FrameworkBundle\FrameworkBundle::class => ['all' => true],
|
||||
Doctrine\Bundle\DoctrineBundle\DoctrineBundle::class => ['all' => true],
|
||||
|
Reference in New Issue
Block a user