mirror of
https://github.com/Einundzwanzig-Podcast/einundzwanzig-portal.git
synced 2026-01-26 10:23:17 +00:00
orderByDesc orderBy
This commit is contained in:
@@ -35,6 +35,11 @@ class MeetupEvent extends Resource
|
||||
'meetup.name',
|
||||
];
|
||||
|
||||
public static $with = [
|
||||
'meetup',
|
||||
'createdBy',
|
||||
];
|
||||
|
||||
public static function label()
|
||||
{
|
||||
return __('Meetup Event');
|
||||
|
||||
Reference in New Issue
Block a user