Altax\Command\Command::fire PHP 메소드

fire() 보호된 메소드

protected fire ( $task )
    protected function fire($task)
    {
        throw new \RuntimeException("You need to override 'fire' method.");
    }