Преглед изворни кода

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')