Skip to content

Commit 60342b7

Browse files
committed
Revert "Update home route registration"
This reverts commit 482bf49.
1 parent 1ec9ad8 commit 60342b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Auth/stubs/routes.stub

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11

22
Auth::routes();
33

4-
Route::get('/home', [App\Http\Controllers\HomeController::class, 'index'])->name('home');
4+
Route::get('/home', 'HomeController@index')->name('home');

0 commit comments

Comments
 (0)