© 2026 Hedgehog Software, LLC
getCreateFormAction
protected function getCreateFormAction(): Action { return Action::make('create') ->label('Add Customer') ->icon('heroicon-o-user') ->submit('create') ->keyBindings(['mod+s']); }
ManageRecord