Skip to content

Commit

Permalink
tipo
Browse files Browse the repository at this point in the history
  • Loading branch information
apidong committed Jun 1, 2023
1 parent fd9efd0 commit 87f18fc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/Http/Controllers/Informasi/MediaSosialController.php
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,6 @@ public function create()
*/
public function store(MediaSosialRequest $request)
{
dd($request->validated());
try {
$input = $request->validated();
if ($request->hasFile('logo')) {
Expand Down

0 comments on commit 87f18fc

Please sign in to comment.