We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ec9ad8 commit 60342b7Copy full SHA for 60342b7
src/Auth/stubs/routes.stub
@@ -1,4 +1,4 @@
1
2
Auth::routes();
3
4
-Route::get('/home', [App\Http\Controllers\HomeController::class, 'index'])->name('home');
+Route::get('/home', 'HomeController@index')->name('home');
0 commit comments