Add support for node management actions using new services
This commit is contained in:
parent
4391defb9f
commit
c1a078bdcf
33 changed files with 1375 additions and 745 deletions
|
@ -51,6 +51,7 @@ class BaseRepository implements BaseRepositoryInterface
|
|||
|
||||
public function setNode($id)
|
||||
{
|
||||
// @todo accept a model
|
||||
$this->node = $this->nodeRepository->find($id);
|
||||
|
||||
return $this;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue