Acme\Acme\App\Console\AcmeConsoleCommand::slash PHP 메소드

slash() 공개 메소드

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