protected function constructInput()
 {
     return array_merge(parent::constructInput(), ['user' => $this->constructUser()]);
 }
 /**
  * Constructs the Input with course completed
  * @return array
  */
 protected function constructInput()
 {
     return array_merge(parent::constructInput(), ['event' => $this->constructEvent('\\core\\event\\course_completed')]);
 }