mirror of
https://github.com/Einundzwanzig-Podcast/einundzwanzig-portal.git
synced 2025-12-13 06:56:48 +00:00
translations updated
This commit is contained in:
@@ -23,7 +23,6 @@ class BookCase extends Resource
|
||||
* @var string
|
||||
*/
|
||||
public static $title = 'title';
|
||||
|
||||
/**
|
||||
* The columns that should be searched.
|
||||
* @var array
|
||||
@@ -33,6 +32,11 @@ class BookCase extends Resource
|
||||
'title',
|
||||
];
|
||||
|
||||
public static function label()
|
||||
{
|
||||
return __('Book Case');
|
||||
}
|
||||
|
||||
/**
|
||||
* Get the fields displayed by the resource.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user