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