Acme\Acme\App\Console\AcmeConsoleCommand::slash PHP Method

slash() public method

public slash ( )
    public function slash()
    {
        $this->comment('You are running sandbox\\acme:');
        $this->comment('- acme:test works well!');
    }
AcmeConsoleCommand