Skip to content

Commit

Permalink
Merge branch 'main' of github.com:gwleuverink/nativephp-laravel
Browse files Browse the repository at this point in the history
  • Loading branch information
gwleuverink committed Jan 14, 2025
2 parents b848f60 + 7e95955 commit 620dca7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
4 changes: 2 additions & 2 deletions src/Screen.php
Original file line number Diff line number Diff line change
Expand Up @@ -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();
}
Expand Down

0 comments on commit 620dca7

Please sign in to comment.