mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-10 03:23:19 +00:00
Add plugins reset command
This commit is contained in:
10
lib/conf.d/plugins/autoload.php
Normal file
10
lib/conf.d/plugins/autoload.php
Normal file
@@ -0,0 +1,10 @@
|
||||
<?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;
|
||||
});
|
Reference in New Issue
Block a user