Ejemplo n.º 1
0
 /**
  * @return bool|Product
  */
 public function handle()
 {
     $this->product->fill($this->input);
     return $this->product->save() ? $this->product : false;
 }