translations updated

This commit is contained in:
Benjamin Takats
2022-12-14 13:06:33 +01:00
parent 02a1d9d634
commit 304904752a
9 changed files with 72 additions and 32 deletions

View File

@@ -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.
*