mirror of
https://github.com/linuxserver/Heimdall.git
synced 2025-12-02 13:09:53 +09:00
updated dependencies + working api connection
This commit is contained in:
@@ -31,7 +31,7 @@ abstract class AbstractNode implements NodeInterface
|
||||
/**
|
||||
* @return string
|
||||
*/
|
||||
public function getNodeName(): string
|
||||
public function getNodeName()
|
||||
{
|
||||
if (null === $this->nodeName) {
|
||||
$this->nodeName = preg_replace('~.*\\\\([^\\\\]+)Node$~', '$1', get_called_class());
|
||||
|
||||
Reference in New Issue
Block a user