mirror of
https://github.com/MrUnknownDE/panel.git
synced 2026-04-10 02:13:44 +02:00
Fix node return being too strict
This commit is contained in:
@@ -19,9 +19,9 @@ interface BaseRepositoryInterface
|
||||
/**
|
||||
* Return the node model being used.
|
||||
*
|
||||
* @return \Pterodactyl\Models\Node
|
||||
* @return \Pterodactyl\Models\Node|null
|
||||
*/
|
||||
public function getNode(): Node;
|
||||
public function getNode();
|
||||
|
||||
/**
|
||||
* Set the Server model to use when requesting information from the Daemon.
|
||||
|
||||
Reference in New Issue
Block a user