Skip to content

Commit

Permalink
Fix styling
Browse files Browse the repository at this point in the history
  • Loading branch information
sandervanhooft authored and github-actions[bot] committed Sep 13, 2022
1 parent d7d0587 commit 1babada
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Wrappers/MollieApiWrapper.php
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ public function __construct(Repository $config, MollieApiClient $client)

$key = $this->config->get('mollie.key');

if(! empty($key)) {
if (! empty($key)) {
$this->setApiKey($key);
}
}
Expand Down

0 comments on commit 1babada

Please sign in to comment.