Explorar el Código

fixed error with put method in wrong place

ttreasure hace 1 año
padre
commit
a4cf2cb906
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  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')