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

View File

@@ -15,3 +15,4 @@ class CollectionRepository
{
return CollectionModel::where('is_visible', true)->pluck('name', 'id');
}
}