質問編集履歴

1

追記

2019/07/18 11:58

投稿

toll_tree
toll_tree

スコア199

test CHANGED
File without changes
test CHANGED
@@ -35,3 +35,11 @@
35
35
  @endisset
36
36
 
37
37
  ```
38
+
39
+ **※追記**
40
+
41
+ エラー内容は下記の通りです。
42
+
43
+ 「Cannot use isset() on the result of an expression (you can use "null !== expression" instead)」
44
+
45
+ $err_msgがundefinedではないかといったご指摘なのですが、自分としましては、redirect_indexメソッド内で「return redirect('/')->withInput($err_msg);」こちらで指定し、渡しているにも関わらずundefinedになる点が分からない部分でもあります。