Laravel\SparkInstaller\Installation\DownloadSpark::invalidLicense PHP Method

invalidLicense() protected method

Inform the user that their registered Spark token is invalid.
protected invalidLicense ( $release ) : void
return void
    protected function invalidLicense($release)
    {
        $this->command->output->writeln('<fg=red>You do not own any licenses for release [' . $release . '].</>');
        exit(1);
    }