Skip to content

Commit

Permalink
Adding web middleware to routes
Browse files Browse the repository at this point in the history
  • Loading branch information
stygiansabyss committed Feb 21, 2016
1 parent 52c235a commit 4d7f550
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/routes/routes.php
@@ -1,5 +1,5 @@
<?php

Route::group(['namespace' => 'NukaCode\Users\Http\Controllers'], function () {
Route::group(['middleware' => 'web', 'namespace' => 'NukaCode\Users\Http\Controllers'], function () {
require('auth.php');
});
});

0 comments on commit 4d7f550

Please sign in to comment.