소스 검색

fixed error with put method in wrong place

ttreasure 1 년 전
부모
커밋
a4cf2cb906
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      resources/views/shared/submit-idea.blade.php

+ 0 - 1
resources/views/shared/submit-idea.blade.php

@@ -2,7 +2,6 @@
 <div class="row">
     <form action="{{route('ideas.store')}}" method="post">
         @csrf
-        @method('put')
     <div class="mb-3">
         <textarea class="form-control" id="content" name="content" rows="3"></textarea>
         @error('idea')