mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-07-01 09:34:41 +02:00
refactor: implement middleware chain (#4240)
* refactor: implement middleware chain * refactor
This commit is contained in:
parent
e7ae06dcf0
commit
39952c2d95
7 changed files with 128 additions and 61 deletions
|
@ -37,6 +37,7 @@ spl_autoload_register(function ($className) {
|
|||
__DIR__ . '/../caches/',
|
||||
__DIR__ . '/../formats/',
|
||||
__DIR__ . '/../lib/',
|
||||
__DIR__ . '/../middlewares/',
|
||||
];
|
||||
foreach ($folders as $folder) {
|
||||
$file = $folder . $className . '.php';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue