Merge pull request #6 from sbsatwork/patch-1

Fixed definition of $header
This commit is contained in:
Grimstack 2022-12-17 18:50:39 +01:00 committed by GitHub
commit 2bbf91d831
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@
{
$headers = [
'Authorization: Bearer '.$this->token,
'Content-Type: multipart/form-data',
'Content-Type: multipart/form-data'
];
$ch = curl_init();