Altax\Command\ClosureTaskCommand::fire PHP Method

fire() protected method

protected fire ( $task )
    protected function fire($task)
    {
        return call_user_func($this->definedTask->getClosure(), $task);
    }