回答編集履歴
1
修正
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
|
```
|