1
0
mirror of https://github.com/flarum/core.git synced 2025-10-18 10:16:09 +02:00

Update Stratigility, use http-interop middleware

This commit is contained in:
Franz Liedke
2018-03-18 13:52:16 +01:00
parent d5ef9486d0
commit 9d30be1617
19 changed files with 72 additions and 101 deletions

View File

@@ -38,7 +38,7 @@ class ConfigureMiddleware
$this->stackName = $stackName;
}
public function pipe(callable $middleware)
public function pipe($middleware)
{
$this->pipe->pipe($middleware);
}