Files
Phraseanet/plugins/commands.php
Benoît Burnichon 43d93eef36 More checks on cache returned values.
Switched to Redis in tests.
2015-06-12 12:09:00 +02:00

12 lines
248 B
PHP

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