Files
Phraseanet/lib/conf.d/plugins/twig-paths.php
Romain Neutron a0fc4b2360 Fix CS
2014-02-26 12:44:32 +01:00

13 lines
267 B
PHP

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