Skip to content

Commit 8cec5a1

Browse files
Merge pull request #3 from 5balloons/ad-image-edit-issue
fix for image edit
2 parents f15ec75 + e59c15e commit 8cec5a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/views/smart-ad-manager/edit.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
Edit Ad
66
</h2>
77

8-
<form action="/smart-ad-manager/ads/update/{{$smartAd->id}}" method="POST">
8+
<form action="/smart-ad-manager/ads/update/{{$smartAd->id}}" method="POST" enctype="multipart/form-data">
99
@csrf
1010
@method('PUT')
1111
<div

0 commit comments

Comments
 (0)