Skip to content

Commit 9e2180e

Browse files
committed
2 parents cbbc6fd + 8cec5a1 commit 9e2180e

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)