回答編集履歴
1
誤字修正
answer
CHANGED
@@ -4,6 +4,6 @@
|
|
4
4
|
|
5
5
|
なら
|
6
6
|
```
|
7
|
-
request->file->store('public/images');
|
7
|
+
$request->file->store('public/images');
|
8
8
|
```
|
9
9
|
じゃないかなぁ
|