Laravel\SparkInstaller\TokenCommand::configure PHP Метод

configure() защищенный Метод

Configure the command options.
protected configure ( ) : void
Результат void
    protected function configure()
    {
        $this->setName('token')->setDescription('Display the currently registered Spark API token');
    }