Skip to content

Commit

Permalink
[rector] Rector fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
lee-to authored and github-actions[bot] committed Feb 12, 2025
1 parent 31cfd4b commit 4d3638b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Laravel/src/Pages/ProfilePage.php
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ protected function fields(): iterable
Tabs::make([
Tab::make(__('moonshine::ui.resource.main_information'), $userFields),
Tab::make(__('moonshine::ui.resource.password'), $userPasswordsFields)->canSee(
fn() => $userPasswordsFields !== [],
fn(): bool => $userPasswordsFields !== [],
),
]),
]),
Expand Down

0 comments on commit 4d3638b

Please sign in to comment.