Merge pull request #3031 from GrahamCampbell/cs

CS Fixes
This commit is contained in:
Taylor Otwell 2014-09-22 08:57:17 -05:00
commit fbd663c9f1
9 changed files with 9 additions and 9 deletions

View File

@ -14,4 +14,4 @@ public function filter()
return Auth::basic();
}
}
}

View File

@ -13,7 +13,7 @@ class CsrfFilter {
* @param \Illuminate\Routing\Route $route
* @param \Illuminate\Http\Request $request
* @return void
*
*
* @throws \Illuminate\Session\TokenMismatchException
*/
public function filter(Route $route, Request $request)

View File

@ -17,4 +17,4 @@ public function filter()
}
}
}
}

View File

@ -17,4 +17,4 @@ public function filter()
}
}
}
}

View File

@ -28,4 +28,4 @@ public function register()
//
}
}
}

View File

@ -32,4 +32,4 @@ public function provides()
return ['App\Console\InspireCommand'];
}
}
}

View File

@ -37,4 +37,4 @@ public function register()
//
}
}
}

View File

@ -34,4 +34,4 @@ class FilterServiceProvider extends ServiceProvider {
'guest' => 'App\Http\Filters\GuestFilter',
];
}
}

View File

@ -25,4 +25,4 @@ public function register()
//
}
}
}