Andrew Wallo 7 months ago
parent
commit
bedfcdfea0

+ 2
- 0
app/Filament/Company/Clusters/Settings/Resources/DocumentDefaultResource.php View File

@@ -26,6 +26,8 @@ class DocumentDefaultResource extends Resource
26 26
 
27 27
     protected static ?string $cluster = Settings::class;
28 28
 
29
+    protected static ?string $modelLabel = 'document template';
30
+
29 31
     public static function form(Form $form): Form
30 32
     {
31 33
         return $form

Loading…
Cancel
Save