mirror of
https://github.com/pelican-dev/panel.git
synced 2025-11-10 17:39:32 +01:00
Fix return
This commit is contained in:
parent
d9dc932e07
commit
a8699704de
@ -58,5 +58,7 @@ class DeploymentObject
|
|||||||
public function setNode(Node $node): self
|
public function setNode(Node $node): self
|
||||||
{
|
{
|
||||||
$this->node = $node;
|
$this->node = $node;
|
||||||
|
|
||||||
|
return $this;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user