This commit is contained in:
2026-03-17 16:56:32 +05:00
parent 0fe90e6b0e
commit 1f9942f08a

View File

@@ -14,4 +14,5 @@ class CollectionRepository
public static function values(): array|Collection
{
return CollectionModel::where('is_visible', true)->pluck('name', 'id');
}
}