Completed
Pull Request — master (#368)
by Shiro
28:45
created
src/Http/routes.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -6,8 +6,8 @@
 block discarded – undo
6 6
  * RouteServiceProvider
7 7
  */
8 8
 Route::group(['middleware' => 'web'], function () {
9
-	if (config('adminlte.auth_route', true))
10
-    	Route::auth();
9
+    if (config('adminlte.auth_route', true))
10
+        Route::auth();
11 11
 
12 12
     Route::get('/home', 'HomeController@index');
13 13
 });
Please login to merge, or discard this patch.