update filamentphp basic

This commit is contained in:
xiaomlove
2024-12-25 23:09:07 +08:00
parent 183d362076
commit f146a654c2
154 changed files with 848 additions and 673 deletions

View File

@@ -28,7 +28,7 @@ class EditSetting extends Page implements Forms\Contracts\HasForms
protected static string $view = 'filament.resources.system.setting-resource.pages.edit-hit-and-run';
protected function getTitle(): string
public function getTitle(): string
{
return __('label.setting.nav_text');
}