Skip to content

Commit

Permalink
Update Client.php
Browse files Browse the repository at this point in the history
  • Loading branch information
hakanersu authored Dec 6, 2018
1 parent 32787a4 commit dbfe3a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Client.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ public function __construct($config)
$this->company_id = $this->config['company_id'];
$this->checkTokens();
if (function_exists('storage_path')) {
$this->file = storage_path('app/parasut/token.ini');
$this->file = storage_path('token.ini');
}
}

Expand Down

0 comments on commit dbfe3a6

Please sign in to comment.