Artisan::registerCommand PHP Method

registerCommand() public static method

Register the given command with the console application.
public static registerCommand ( Command $command ) : void
$command Symfony\Component\Console\Command\Command
return void
        public static function registerCommand($command)
        {
            //Method inherited from \Illuminate\Foundation\Console\Kernel
            \Someline\Console\Kernel::registerCommand($command);
        }