From dbfe3a6b3119e3d6097c50ed3b9ae647f561f32e Mon Sep 17 00:00:00 2001 From: Hakan ERSU Date: Thu, 6 Dec 2018 15:37:53 +0300 Subject: [PATCH] Update Client.php --- src/Client.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Client.php b/src/Client.php index 38ecbb2..7f7b1f0 100644 --- a/src/Client.php +++ b/src/Client.php @@ -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'); } }