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

Loading…
取消
儲存