Skip to content

Commit

Permalink
Update CompanyController.php
Browse files Browse the repository at this point in the history
  • Loading branch information
asylumdx authored and nielsdrost7 committed Feb 4, 2024
1 parent f597471 commit 827aa2a
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -98,7 +98,7 @@ public function uploadCompanyLogo(CompanyLogoRequest $request)
// File extension is not allowed
return response()->json([
'error' => 'Only .gif, .png, and .jpeg file extensions are allowed.',
], 400); // You can set an appropriate HTTP status code for this case
], 400);
}
}
}
Expand Down

0 comments on commit 827aa2a

Please sign in to comment.