Files
Phraseanet/lib/conf.d/plugins/autoload.php
2014-02-21 16:37:54 +01:00

11 lines
254 B
PHP

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