Skip to content

Commit

Permalink
Code checkstyle
Browse files Browse the repository at this point in the history
  • Loading branch information
webeweb committed Nov 24, 2021
1 parent 73d334f commit d25fa14
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Provider/AbstractProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ abstract class AbstractProvider extends BaseProvider {
*/
public function __construct(string $apiToken = null, LoggerInterface $logger = null) {
parent::__construct($logger);

$this->setApiToken($apiToken);
}

Expand Down

0 comments on commit d25fa14

Please sign in to comment.