insert([ 'email' => $email, 'token' => $token, 'created_at' => Carbon::now() ]); return $token; } }