mirror of
https://github.com/linuxserver/Heimdall.git
synced 2025-11-22 16:20:46 +09:00
Update composer dependencies
This commit is contained in:
@@ -28,7 +28,7 @@ class Gists extends AbstractApi
|
||||
*/
|
||||
public function configure($bodyType = null)
|
||||
{
|
||||
if (!in_array($bodyType, ['base64'])) {
|
||||
if ('base64' !== $bodyType) {
|
||||
$bodyType = 'raw';
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user