Esempio n. 1
0
 /**
  * Opens the current inquiry.
  *
  * @return bool
  */
 public function handle()
 {
     if ($this->inquiry->isClosed()) {
         $this->inquiry->closed = false;
         return $this->inquiry->save();
     }
     return false;
 }