Files
Phraseanet/lib/conf.d/plugins/commands.php
Romain Neutron b6a8a90197 Fix CS
2013-09-04 12:14:52 +02:00

11 lines
233 B
PHP

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