Skip to content

Commit

Permalink
Merge pull request #3 from 5balloons/ad-image-edit-issue
Browse files Browse the repository at this point in the history
fix for image edit
  • Loading branch information
tushargugnani authored Jan 30, 2023
2 parents f15ec75 + e59c15e commit 8cec5a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/views/smart-ad-manager/edit.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
Edit Ad
</h2>

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

0 comments on commit 8cec5a1

Please sign in to comment.