Closed mohamed-hendawy closed 3 months ago
depends on prependMiddlewareToGroup implementation we should check if the group exists or not, because if it doesn't exist, it will ignore adding the middleware to the group
prependMiddlewareToGroup
If it doesn't exist, then ignoring is the expected behavior in my opinion.
Do you have a different use-case that justify that changed behavior?
depends on
prependMiddlewareToGroup
implementation we should check if the group exists or not, because if it doesn't exist, it will ignore adding the middleware to the group