Skip to content

Commit

Permalink
Improve constructor
Browse files Browse the repository at this point in the history
  • Loading branch information
webeweb committed May 28, 2020
1 parent bc18e03 commit 0489ed4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Provider/AbstractProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ public function __construct($key = null, LoggerInterface $logger = null) {
parent::__construct($logger);
$this->setDebug(false);
$this->setKey($key);
$this->setLogger($logger);
}

/**
Expand Down

0 comments on commit 0489ed4

Please sign in to comment.