We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 77b2fc0 commit 489e53cCopy full SHA for 489e53c
src/Client.php
@@ -17,7 +17,7 @@ public function __construct($config)
17
{
18
$this->config = $config;
19
$this->company_id = $this->config['company_id'];
20
- $this->file = function_exists('storage_path') ? storage_path('token.ini') : realpath(DIR . '/token.ini');
+ $this->file = function_exists('storage_path') ? storage_path('token.ini') : realpath(__DIR__ . '/token.ini');
21
$this->checkTokens();
22
}
23
0 commit comments