Skip to content

Commit

Permalink
third commit
Browse files Browse the repository at this point in the history
  • Loading branch information
thule129 committed May 3, 2024
1 parent 57dffa0 commit 4481779
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Http/Controllers/ProjectController.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ class ProjectController extends Controller
public function store(Request $request)
{
$request->validate([
'logo' => File::image()->max('1mb'),
'logo' => File::image()->max('1024'),
// TASK: Write the validation rule so "logo" file would be MAX 1 megabyte
]);

Expand Down

0 comments on commit 4481779

Please sign in to comment.