diff --git a/app/Http/Controllers/CollectionController.php b/app/Http/Controllers/CollectionController.php index d17f09aee..46df4748f 100644 --- a/app/Http/Controllers/CollectionController.php +++ b/app/Http/Controllers/CollectionController.php @@ -166,7 +166,7 @@ public function update($id) } } - + $collection->featured = Request::boolean('featured'); if (Gate::allows('administer')) { $collection->frontends = Request::input('frontends'); }