Files
Phraseanet/lib/conf.d/plugins/autoload.php
2013-08-08 15:35:46 +02:00

11 lines
256 B
PHP

<?php
// This file is automatically generated, please do not edit it.
// To update configuration, use bin/console plugins:* commands.
return call_user_func(function () {
$loader = require __DIR__ . '/../vendor/autoload.php';
return $loader;
});