style: run rector
This commit is contained in:
@@ -170,8 +170,8 @@ class DashPanelProvider extends PanelProvider
|
||||
private function applyConditionalConfiguration(Panel $panel): void
|
||||
{
|
||||
$actions = [
|
||||
'login' => [$this->panelLogin, fn(): \Filament\Panel => $panel->login()],
|
||||
'register' => [$this->panelRegistration, fn(): \Filament\Panel => $panel->registration()],
|
||||
'login' => [$this->panelLogin, $panel->login(...)],
|
||||
'register' => [$this->panelRegistration, $panel->registration(...)],
|
||||
'profile' => [$this->panelProfile, fn(): \Filament\Panel => $panel->profile()],
|
||||
'spa' => [$this->panelSPA, fn(): \Filament\Panel => $panel
|
||||
->spa(hasPrefetching: $this->panelSPAPrefetch)
|
||||
|
||||
Reference in New Issue
Block a user