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

key() public method

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