/** * Handle the event. */ public function handle() { if ($user = $this->auth->user()) { $this->users->touchLastActivity($user); } }