Merge branch 'develop'

This commit is contained in:
Dennis
2021-07-13 14:49:03 +02:00

View File

@@ -104,7 +104,7 @@ class Site extends Resource
}
// TODO: Debugging purposes
if (!$response->getJson() || !$response->getJson()->data) {
if (!$response->getJson() || !isset($response->getJson()->data)) {
info(json_encode($response->getJson()));
}