mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-15 05:53:13 +00:00
8 lines
104 B
PHP
8 lines
104 B
PHP
<?php
|
|
|
|
use Alchemy\Phrasea\CLI;
|
|
|
|
return call_user_func(function (CLI $cli) {
|
|
return $cli;
|
|
}, $cli);
|