Пример #1
0
 /**
  *
  */
 public function handle()
 {
     $this->tag->fill($this->input);
     return $this->tag->save() ? $this->tag : false;
 }