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 Dec 4, 2023
1 parent c01e5f5 commit 6df9cb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Providers/Google.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ public function fields(): array
return [
'client_id' => 'required',
'client_secret' => 'required',
'hosted_domain' => ''
'hosted_domain' => '',
];
}

Expand Down

0 comments on commit 6df9cb3

Please sign in to comment.