Update HttpSignature.php

pull/6263/head
Shlee 11 months ago committed by GitHub
parent 8638b20ca4
commit b2e2e7f2fd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -80,7 +80,7 @@ class HttpSignature
return $instance->private_key;
});
abort_if(! $privateKey || empty($privateKey), 400, 'Missing instance actor key, please run php artisan instance:actor');
abort_if(! $privateKey, 400, 'Missing instance actor key, please run php artisan instance:actor');
if ($body) {
$digest = self::_digest($body);
}

Loading…
Cancel
Save