/**
  * Add requested state to article
  *
  * @return void
  */
 protected function addState()
 {
     $this->created = $this->stateRepo->addStateToArticle($this->created, $this->command->state_id, true, $this->command->user_id);
 }