wip
This commit is contained in:
@@ -14,4 +14,5 @@ class CollectionRepository
|
|||||||
public static function values(): array|Collection
|
public static function values(): array|Collection
|
||||||
{
|
{
|
||||||
return CollectionModel::where('is_visible', true)->pluck('name', 'id');
|
return CollectionModel::where('is_visible', true)->pluck('name', 'id');
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user