diff --git a/app/Repositories/Ecommerce/Collection/CollectionRepository.php b/app/Repositories/Ecommerce/Collection/CollectionRepository.php index 89f7d80..c1c1ea5 100644 --- a/app/Repositories/Ecommerce/Collection/CollectionRepository.php +++ b/app/Repositories/Ecommerce/Collection/CollectionRepository.php @@ -14,4 +14,5 @@ class CollectionRepository public static function values(): array|Collection { return CollectionModel::where('is_visible', true)->pluck('name', 'id'); + } }