mirror of
https://github.com/Einundzwanzig-Podcast/einundzwanzig-portal.git
synced 2025-12-11 06:46:47 +00:00
order by name
This commit is contained in:
@@ -28,6 +28,7 @@ class LibraryTable extends Component
|
|||||||
$libraries = \App\Models\Library::query()
|
$libraries = \App\Models\Library::query()
|
||||||
->whereNull('parent_id')
|
->whereNull('parent_id')
|
||||||
->where('is_public', $shouldBePublic)
|
->where('is_public', $shouldBePublic)
|
||||||
|
->orderBy('name')
|
||||||
->get();
|
->get();
|
||||||
$tabs = collect([
|
$tabs = collect([
|
||||||
[
|
[
|
||||||
|
|||||||
Reference in New Issue
Block a user