-
-
Notifications
You must be signed in to change notification settings - Fork 515
Closed
Description
Hi,
Taylor released Laravel 5.2 yesterday we need update to fix Middleware contract that has been deprecated
- The Illuminate\Contracts\Routing\Middleware contract has been deprecated. No contract is required on your middleware. In addition, the TerminableMiddleware contract has also been deprecated. Instead of implementing the interface, simply define a terminate method on your middleware.
http://laravel.com/docs/5.2/upgrade#upgrade-5.2.0
Metadata
Metadata
Assignees
Labels
No labels