Files
Phraseanet/lib/conf.d/plugins/services.php
Romain Neutron 7904a33e07 Fix CS
2013-12-03 21:01:43 +01:00

11 lines
249 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);