Eloquent\Phony\Call\Event\ProducedEvent::value PHP Method

value() public method

Get the produced value.
public value ( ) : mixed
return mixed The produced value.
    public function value()
    {
        return $this->value;
    }