Nwidart\Modules\Providers\ConsoleServiceProvider::register PHP Method

register() public method

Register the commands.
public register ( )
    public function register()
    {
        $this->commands($this->commands);
    }
ConsoleServiceProvider