Example #1
0
 /**
  * @return bool
  */
 public function handle()
 {
     $this->newsletter->fill($this->input);
     return $this->newsletter->save();
 }