mirror of
https://github.com/Einundzwanzig-Podcast/einundzwanzig-portal.git
synced 2025-12-11 06:46:47 +00:00
library items parent_id
This commit is contained in:
@@ -42,6 +42,11 @@ class LibraryItem extends Resource
|
||||
'name',
|
||||
];
|
||||
|
||||
public static $with = [
|
||||
'lecturer',
|
||||
'tags',
|
||||
];
|
||||
|
||||
public static function label()
|
||||
{
|
||||
return __('Library Item');
|
||||
|
||||
Reference in New Issue
Block a user