Fixed post editing
This commit is contained in:
parent
9621810332
commit
8fb1b87ae5
1 changed files with 2 additions and 0 deletions
|
@ -22,6 +22,8 @@ class UpdatePost extends AbstractPostRoute
|
||||||
{
|
{
|
||||||
$this->privilegeService = $privilegeService;
|
$this->privilegeService = $privilegeService;
|
||||||
$this->postService = $postService;
|
$this->postService = $postService;
|
||||||
|
$this->inputReader = $inputReader;
|
||||||
|
$this->postViewProxy = $postViewProxy;
|
||||||
}
|
}
|
||||||
|
|
||||||
public function getMethods()
|
public function getMethods()
|
||||||
|
|
Loading…
Reference in a new issue