diff --git a/README.md b/README.md index a233cdd..45e26d3 100644 --- a/README.md +++ b/README.md @@ -27,6 +27,7 @@ Thanks to the following sponsors for funding NativePHP development. Please consi - [RedGalaxy](https://www.redgalaxy.co.uk) - A web application development studio based in Cambridgeshire, building solutions to help businesses improve efficiency and profitability. - [Sevalla](https://sevalla.com/?utm_source=nativephp&utm_medium=Referral&utm_campaign=homepage) - Host and manage your applications, databases, and static sites in a single, intuitive platform. - [KaasHosting](https://www.kaashosting.nl/?lang=en) - Minecraft Server and VPS hosting from The Netherlands. +- [Borah Digital Labs](https://borah.digital/) - An MVP building studio from the sunny Canary Islands focusing on AI, SaaS and online platforms. ## Changelog diff --git a/src/Screen.php b/src/Screen.php index c15d4e1..9f34c10 100644 --- a/src/Screen.php +++ b/src/Screen.php @@ -18,12 +18,12 @@ public function displays(): array return $this->client->get('screen/displays')->json('displays'); } - public function primary(): object + public function primary(): array { return $this->client->get('screen/primary-display')->json('primaryDisplay'); } - public function active(): object + public function active(): array { return $this->client->get('screen/active')->json(); }