Fixed post editing

This commit is contained in:
Marcin Kurczewski 2014-11-21 22:07:50 +01:00
parent 9621810332
commit 8fb1b87ae5

View file

@ -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()