Esempio n. 1
0
 /**
  *
  */
 public function handle()
 {
     $this->image->fill($this->input);
     return $this->image->save() ? $this->image : false;
 }