Add enable/disable plugins commands

This commit is contained in:
Romain Neutron
2014-02-21 16:10:56 +01:00
parent 53cb47d0b7
commit fb693836d5
14 changed files with 224 additions and 113 deletions

View File

@@ -1,11 +1,11 @@
<?php
// This file is automatically generated, please do not edit it.
// To update configuration, use bin/console plugins:* commands.
// To update configuration, use bin/setup plugins:* commands.
use Alchemy\Phrasea\CLI;
return call_user_func(function (CLI $cli) {
$app = $cli;
return $cli;
}, $cli);