Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add important note about middleware terminate method
If middleware is not registered as singleton within container and it has terminate method, laravel will create a new instance of your middleware and call terminate on that instance, losing your previous instance properties.
- Loading branch information