Skip to content

Commit

Permalink
styleci fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jvogt23 committed Aug 17, 2024
1 parent 5f41ff9 commit fd55c86
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions app/Nova/Metrics/ActiveAttendanceBreakdown.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,7 @@ public function __construct(
public bool $showAllTime = false,
public ?int $resourceId = null,
public ?string $attendableType = null
)
{
) {
parent::__construct();
}

Expand Down
2 changes: 1 addition & 1 deletion app/Nova/User.php
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ public function fields(NovaRequest $request): array
return [
Hidden::make('Has Ever Logged In')
->showOnCreating()
->default(fn(Request $r): false => false),
->default(fn (Request $r): false => false),

Text::make('Username', 'uid')
->sortable()
Expand Down

0 comments on commit fd55c86

Please sign in to comment.