We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c4f0015 + f02d38c commit 52b6de0Copy full SHA for 52b6de0
src/Concerns/HasAuthentication.php
@@ -18,7 +18,7 @@ public function resolveAuth(): self
18
->append(ucfirst($config['method']))
19
->toString();
20
21
- $this->authentication = new $className;
+ $this->authentication = new $className($config['token']);
22
}
23
24
return $this;
0 commit comments