Skip to content

Commit cb80446

Browse files
fixup! feat(app-framework): Add support for global middlewares
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
1 parent a16eb5e commit cb80446

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/public/AppFramework/Bootstrap/IRegistrationContext.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,7 @@ public function registerEventListener(string $event, string $listener, int $prio
145145
* @see IAppContainer::registerMiddleWare()
146146
*
147147
* @since 20.0.0
148+
* @since 26.0.0 Added optional argument $global
148149
*/
149150
public function registerMiddleware(string $class, bool $global = false): void;
150151

0 commit comments

Comments
 (0)