Laravel\SparkInstaller\RegisterCommand::tokenIsInvalid PHP Method

tokenIsInvalid() protected method

Inform the user that the token is invalid.
protected tokenIsInvalid ( Symfony\Component\Console\Output\OutputInterface $output ) : void
$output Symfony\Component\Console\Output\OutputInterface
return void
    protected function tokenIsInvalid($output)
    {
        $output->writeln('Validating Token: <fg=red>✘</>');
        $output->writeln('<comment>This API token is invalid.</comment>');
    }