Skip to content

Commit 620dca7

Browse files
committed
Merge branch 'main' of github.com:gwleuverink/nativephp-laravel
2 parents b848f60 + 7e95955 commit 620dca7

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ Thanks to the following sponsors for funding NativePHP development. Please consi
2727
- [RedGalaxy](https://www.redgalaxy.co.uk) - A web application development studio based in Cambridgeshire, building solutions to help businesses improve efficiency and profitability.
2828
- [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.
2929
- [KaasHosting](https://www.kaashosting.nl/?lang=en) - Minecraft Server and VPS hosting from The Netherlands.
30+
- [Borah Digital Labs](https://borah.digital/) - An MVP building studio from the sunny Canary Islands focusing on AI, SaaS and online platforms.
3031

3132
## Changelog
3233

src/Screen.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,12 @@ public function displays(): array
1818
return $this->client->get('screen/displays')->json('displays');
1919
}
2020

21-
public function primary(): object
21+
public function primary(): array
2222
{
2323
return $this->client->get('screen/primary-display')->json('primaryDisplay');
2424
}
2525

26-
public function active(): object
26+
public function active(): array
2727
{
2828
return $this->client->get('screen/active')->json();
2929
}

0 commit comments

Comments
 (0)