Andrew Wallo 7 个月前
父节点
当前提交
bedfcdfea0
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2
    0
      app/Filament/Company/Clusters/Settings/Resources/DocumentDefaultResource.php

+ 2
- 0
app/Filament/Company/Clusters/Settings/Resources/DocumentDefaultResource.php 查看文件

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

正在加载...
取消
保存