Esempio n. 1
0
 /**
  * Execute the job.
  *
  * @return bool
  */
 public function handle()
 {
     $this->type->name = $this->request->input('name');
     return $this->type->save();
 }