mirror of
https://github.com/linuxserver/Heimdall.git
synced 2025-12-02 21:19:58 +09:00
update to laravel 5.7 and try getting autologin saved
This commit is contained in:
@@ -37,7 +37,7 @@ class ElementNode extends AbstractNode
|
||||
}
|
||||
|
||||
/**
|
||||
* @return null|string
|
||||
* @return string|null
|
||||
*/
|
||||
public function getNamespace()
|
||||
{
|
||||
@@ -45,7 +45,7 @@ class ElementNode extends AbstractNode
|
||||
}
|
||||
|
||||
/**
|
||||
* @return null|string
|
||||
* @return string|null
|
||||
*/
|
||||
public function getElement()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user