回答編集履歴

1

修正

2021/01/26 05:36

投稿

phper.k
phper.k

スコア3923

test CHANGED
@@ -2,6 +2,6 @@
2
2
 
3
3
  - Route::get('hello','app\Http\Controllers\HelloController@index');
4
4
 
5
- + Route::get('hello', 'HelloController@index');
5
+ + Route::get('hello', 'App\Http\Controllers\HelloController@index');
6
6
 
7
7
  ```