We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c4f0015 commit f02d38cCopy full SHA for f02d38c
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