From b91d504228293a37b4d921ac3aa59b4a0edd9135 Mon Sep 17 00:00:00 2001 From: Zak Nesler <7189795+zaknesler@users.noreply.github.com> Date: Tue, 8 Sep 2020 13:37:16 -0400 Subject: [PATCH] Update TailwindPreset.php --- src/TailwindPreset.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/TailwindPreset.php b/src/TailwindPreset.php index 601dd5c..dbe77f8 100644 --- a/src/TailwindPreset.php +++ b/src/TailwindPreset.php @@ -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 ); }