Skip to content
This repository has been archived by the owner on May 27, 2022. It is now read-only.

Commit

Permalink
Update TailwindPreset.php
Browse files Browse the repository at this point in the history
  • Loading branch information
zaknesler authored Sep 8, 2020
1 parent cebc401 commit b91d504
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/TailwindPreset.php
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ protected static function installAuthRoutes()
base_path('routes/web.php'),
"\nRoute::namespace('App\Http\Controllers')->group(function () {\n".
" Auth::routes();\n\n".
"Route::get('/home', 'HomeController@index')->name('home');\n});\n",
" Route::get('/home', 'HomeController@index')->name('home');\n});\n",
FILE_APPEND
);
}
Expand Down

0 comments on commit b91d504

Please sign in to comment.