コード例 #1
0
ファイル: UpdateArtist.php プロジェクト: sonusbeat/soundcore
 /**
  * Execute the job.
  *
  * @return void
  */
 public function handle()
 {
     $this->artist->update($this->request);
     \Event::fire(new SavedArtist($this->artist, 'updated'));
 }