mirror of
https://codeberg.org/reflect/reflect-client-php.git
synced 2025-09-13 17:43:42 +02:00
wip: 1682609969
This commit is contained in:
parent
f6881b40d2
commit
4a2b1e7faf
1 changed files with 1 additions and 1 deletions
|
@ -62,7 +62,7 @@
|
|||
|
||||
// Append Authentication header if API key is provided
|
||||
if (!empty($this->_key)) {
|
||||
$headers[] = "Applications: Bearar {$this->_key}";
|
||||
$headers[] = "Authorization: Bearer {$this->_key}";
|
||||
}
|
||||
|
||||
// Append new line chars to each header
|
||||
|
|
Loading…
Add table
Reference in a new issue