In Laravel < 5.2, middlewares implemented an interface described by this contract: Illuminate\Contracts\Routing\Middleware.
Now, a Middleware created with artisan does not implement anything anymore. And the contract was removed with no explaination (unless I mistake).
Is there a reason?