mirror of
https://github.com/MrUnknownDE/panel.git
synced 2026-04-13 20:03:45 +02:00
Add support for node management actions using new services
This commit is contained in:
@@ -51,6 +51,7 @@ class BaseRepository implements BaseRepositoryInterface
|
||||
|
||||
public function setNode($id)
|
||||
{
|
||||
// @todo accept a model
|
||||
$this->node = $this->nodeRepository->find($id);
|
||||
|
||||
return $this;
|
||||
|
||||
Reference in New Issue
Block a user