@@ -60,7 +60,7 @@ |
||
60 | 60 | parent::__construct($client, $connector); |
61 | 61 | |
62 | 62 | // Set the connector when it is not set. Used for Laravel 5. |
63 | - if (! $this->connector) { |
|
63 | + if (!$this->connector) { |
|
64 | 64 | $this->connector = $connector; |
65 | 65 | } |
66 | 66 |