Skip to content

Commit

Permalink
[collection] fix updating featured
Browse files Browse the repository at this point in the history
  • Loading branch information
rastislav-chynoransky committed Apr 26, 2024
1 parent 012a5c0 commit ea4d8f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Http/Controllers/CollectionController.php
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ public function update($id)
}
}


$collection->featured = Request::boolean('featured');
if (Gate::allows('administer')) {
$collection->frontends = Request::input('frontends');
}
Expand Down

0 comments on commit ea4d8f1

Please sign in to comment.