mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-12 04:23:19 +00:00
6 lines
103 B
PHP
6 lines
103 B
PHP
<?php
|
|
|
|
return call_user_func(function () {
|
|
return require __DIR__ . '/../vendor/autoload.php';
|
|
});
|