mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-23 19:37:23 +08:00
update filamentphp basic
This commit is contained in:
@@ -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');
|
||||
}
|
||||
|
||||
@@ -11,7 +11,7 @@ class ListSettings extends PageList
|
||||
{
|
||||
protected static string $resource = SettingResource::class;
|
||||
|
||||
protected function getActions(): array
|
||||
protected function getHeaderActions(): array
|
||||
{
|
||||
return [
|
||||
// Actions\CreateAction::make(),
|
||||
|
||||
Reference in New Issue
Block a user