Return default

This commit is contained in:
Lance Pioch 2024-04-25 19:15:45 -04:00
parent 00502f6d4d
commit 7853cdc9ed

View File

@ -24,7 +24,7 @@ class DaemonConfigurationRepository extends DaemonRepository
throw new DaemonConnectionException($exception); throw new DaemonConnectionException($exception);
} }
return $response->json(); return $response->json() ?? [];
} }
/** /**