質問編集履歴

1

ソース修正

2018/01/23 05:23

投稿

cofee
cofee

スコア44

test CHANGED
File without changes
test CHANGED
@@ -26,11 +26,11 @@
26
26
 
27
27
 
28
28
 
29
- if(!$gazou_no){
29
+ if (!$gazou_no->file('gazou')->isValid()) {
30
30
 
31
- return redirect()->route("test.index")->withErrors('画像を選択してください。')->withInput
31
+ return redirect()->route("test.index")->withErrors('画像を選択してください。')->withInput();
32
32
 
33
- }
33
+ }
34
34
 
35
35
  ```
36
36