Commit 22612df4 by Taylor Otwell

Middleware.

parent bcc539ee
......@@ -10,7 +10,7 @@ class Kernel extends HttpKernel {
*
* @var array
*/
protected $stack = [
protected $middleware = [
'App\Http\Middleware\MaintenanceMiddleware',
'Illuminate\Cookie\Middleware\Guard',
'Illuminate\Cookie\Middleware\Queue',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment