Merge pull request #77 from creative-commoners/pulls/3/stop-using-depr

API Stop using deprecated API
This commit is contained in:
Sabina Talipova 2022-12-05 16:44:21 +13:00 committed by GitHub
commit a281114ed2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -108,7 +108,7 @@ class TikaRestClient extends Client
])
);
return $this->mimes = Convert::json2array($response->getBody());
return $this->mimes = json_decode($response->getBody(), true);
}
/**