This commit is contained in:
Mike Macgirvin 2024-07-07 10:38:02 +10:00
parent 7bc8d50d65
commit b579e0a3fe

View file

@ -18,9 +18,9 @@ class HttpMeta
$this->ogproperties = [];
}
public function setjson($property, $value)
public function setjson($value)
{
$this->jsonld[$property] = $value;
$this->jsonld = $value;
return $this;
}