Nwidart\Modules\Publishing\Publisher::getConsole PHP Method

getConsole() public method

Get console instance.
public getConsole ( ) : Illuminate\Console\Command
return Illuminate\Console\Command
    public function getConsole()
    {
        return $this->console;
    }