mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-10 11:33:17 +00:00
12 lines
250 B
PHP
12 lines
250 B
PHP
<?php
|
|
|
|
// This file is automatically generated, please do not edit it.
|
|
// To update configuration, use bin/console plugins:* commands.
|
|
|
|
use Alchemy\Phrasea\Application;
|
|
|
|
return call_user_func(function (Application $app) {
|
|
|
|
return $app;
|
|
}, $app);
|