Add plugins reset command

This commit is contained in:
Romain Neutron
2013-08-08 15:35:46 +02:00
parent 72aaa24ce5
commit f07ace58bc
14 changed files with 140 additions and 5 deletions

View File

@@ -0,0 +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 () {
$loader = require __DIR__ . '/../vendor/autoload.php';
return $loader;
});