Eloquent\Phony\Invocation\AbstractInvocable::invoke PHP Method

invoke() public method

Invoke this object.
public invoke ( ) : mixed
return mixed The result of invocation.
    public function invoke()
    {
        return $this->invokeWith(func_get_args());
    }
AbstractInvocable