Ejemplo n.º 1
0
 /**
  * @return bool
  */
 public function handle()
 {
     if ($this->form instanceof Form) {
         return false;
     }
     return $this->form->handle();
 }