Skip to content

Commit 7bc54c7

Browse files
committed
Change filename for token in temp dir
1 parent 06af18e commit 7bc54c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/OAuth/TokenStorage/TempFileTokenStorage.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,6 @@ public function retrieveToken($key, callable $retrieve = null)
6666
*/
6767
private function _createFileName($key)
6868
{
69-
return Path::build(sys_get_temp_dir(), 'Fortifi-Token-' . $key);
69+
return Path::build(sys_get_temp_dir(), 'Fortifi-API-Token-' . $key);
7070
}
7171
}

0 commit comments

Comments
 (0)