質問編集履歴

1

typo訂正

2020/06/10 02:26

投稿

Kchan_01
Kchan_01

スコア110

test CHANGED
File without changes
test CHANGED
@@ -28,7 +28,7 @@
28
28
 
29
29
  ```php
30
30
 
31
- Route::prefix('main')->name('.main')->group(function () {
31
+ Route::prefix('main')->name('main.')->group(function () {
32
32
 
33
33
  Route::get('list','MainController@list')->name('list');
34
34