Skip to content

Commit

Permalink
fixup! feat(app-framework): Add support for global middlewares
Browse files Browse the repository at this point in the history
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
  • Loading branch information
ChristophWurst committed Jan 26, 2023
1 parent a16eb5e commit cb80446
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/public/AppFramework/Bootstrap/IRegistrationContext.php
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,7 @@ public function registerEventListener(string $event, string $listener, int $prio
* @see IAppContainer::registerMiddleWare()
*
* @since 20.0.0
* @since 26.0.0 Added optional argument $global
*/
public function registerMiddleware(string $class, bool $global = false): void;

Expand Down

0 comments on commit cb80446

Please sign in to comment.