Skip to content

Commit

Permalink
fix group owner bug
Browse files Browse the repository at this point in the history
  • Loading branch information
0x1DEA committed Nov 26, 2023
1 parent 04d1bbb commit 5ee0ca6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion routes/web.php
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,8 @@
'name' => 'Janitors',
'description' => 'Help clean up garbage'
]
]
],
'owner' => \App\Models\System\User::query()->oldest()->first()
])->meta('User Groups', 'Discover site communities');
})->name('groups.index');

Expand Down

0 comments on commit 5ee0ca6

Please sign in to comment.