mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-07 18:14:35 +00:00
11 lines
231 B
PHP
11 lines
231 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) {
|
|
return $cli;
|
|
}, $cli);
|