class MessengerCodeCommand extends BaseCommand (View source)

Properties

protected CommandHandler $handler from BaseCommand
protected string $signature The name and signature of the console command.
protected string $description The console command description.

Methods

__construct(CommandHandler $handler, Repository $config)

BaseCommand constructor.

handle()

Execute command

Details

__construct(CommandHandler $handler, Repository $config)

BaseCommand constructor.

Parameters

CommandHandler $handler
Repository $config

handle()

Execute command