Skip to content

Commit f2f4e6e

Browse files
Revert "chore(app-framework): Deprecate dispatcher middlewares prop"
This reverts commit 5ad7b7b.
1 parent 16fb8fb commit f2f4e6e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

lib/private/AppFramework/Middleware/MiddlewareDispatcher.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@
4040
*/
4141
class MiddlewareDispatcher {
4242
/**
43-
* @deprecated
4443
* @var array array containing all the middlewares
4544
*/
4645
private $middlewares;
@@ -63,7 +62,6 @@ public function __construct() {
6362

6463
/**
6564
* Adds a new middleware
66-
* @deprecated
6765
* @param Middleware $middleWare the middleware which will be added
6866
*/
6967
public function registerMiddleware(Middleware $middleWare) {

0 commit comments

Comments
 (0)