Refactor configuration check

This commit is contained in:
Romain Neutron
2013-07-12 18:40:12 +02:00
parent 1760dbce75
commit c4b977469d
13 changed files with 292 additions and 100 deletions

View File

@@ -1,5 +1,10 @@
<?php
// This file is automatically generated, please do not edit it.
// To update configuration, use bin/console plugins:* commands.
return call_user_func(function () {
return require __DIR__ . '/../vendor/autoload.php';
$loader = require __DIR__ . '/../vendor/autoload.php';
return $loader;
});