mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-12 04:23:19 +00:00
Add autoloader.php and services.php
This commit is contained in:
5
plugins/autoload.php
Normal file
5
plugins/autoload.php
Normal file
@@ -0,0 +1,5 @@
|
||||
<?php
|
||||
|
||||
return call_user_func(function () {
|
||||
return require __DIR__ . '/../vendor/autoload.php';
|
||||
});
|
Reference in New Issue
Block a user