Skip to content

Commit

Permalink
T2 Update ProjectController.php
Browse files Browse the repository at this point in the history
  • Loading branch information
imtyaz-17 authored Jul 8, 2024
1 parent 2145fde commit d802956
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/Http/Controllers/ProjectController.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ public function store(Request $request)
{
$request->validate([
// TASK: Write the validation rule so "logo" file would be MAX 1 megabyte
'logo' => 'required|file|max:1024',
]);

// TASK: change the below line so that $filename would contain only filename
Expand Down

0 comments on commit d802956

Please sign in to comment.