Browse Source

fixed error with put method in wrong place

ttreasure 1 year ago
parent
commit
a4cf2cb906
1 changed files with 0 additions and 1 deletions
  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')