/**
  * Handle the event.
  *
  * @return void
  */
 public function handle()
 {
     Cart::restore(auth()->id());
 }