API Stop using deprecated API

This commit is contained in:
Steve Boyd 2022-11-28 19:20:01 +13:00
parent 3bfa989a7e
commit 1a0cd6d6a6
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);
}
/**