nova book cases

This commit is contained in:
Benjamin Takats
2022-12-07 19:19:44 +01:00
parent c8bd4a63c5
commit 5e7857097c
9 changed files with 245 additions and 29 deletions

View File

@@ -17,6 +17,11 @@ class OrangePill extends Resource
*/
public static $model = \App\Models\OrangePill::class;
public static function label()
{
return 'Inputs';
}
/**
* The single value that should be used to represent the resource when being displayed.
*