mirror of
https://github.com/pelican-dev/panel.git
synced 2026-05-04 18:00:48 +03:00
Best of both worlds because of mockery
This commit is contained in:
@@ -23,8 +23,10 @@ abstract class DaemonRepository
|
||||
|
||||
/**
|
||||
* Set the server model this request is stemming from.
|
||||
*
|
||||
* @return static
|
||||
*/
|
||||
public function setServer(Server $server): static
|
||||
public function setServer(Server $server): self
|
||||
{
|
||||
$this->server = $server;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user