Skip to content

Commit

Permalink
Apply fixes from StyleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
StyleCIBot committed Feb 1, 2024
1 parent 6e24051 commit 37e1968
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/Api/Serializer/TwoFactorSerializer.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ protected function getDefaultAttributes($model): array
}

return [
'is_active' => $model->is_active,
'createdAt' => $this->formatDate($model->created_at),
'updatedAt' => $this->formatDate($model->updated_at),
'is_active' => $model->is_active,
'createdAt' => $this->formatDate($model->created_at),
'updatedAt' => $this->formatDate($model->updated_at),
];
}

Expand Down

0 comments on commit 37e1968

Please sign in to comment.