Fixed oopsie in Package class

This commit is contained in:
Matias Griese 2019-01-31 20:49:12 +02:00
parent 970af3870e
commit d50e5d954d

View File

@ -36,7 +36,7 @@ class Package {
public function __set($key, $value)
{
throw new $this->data->set($key, $value);
return $this->data->set($key, $value);
}
public function __isset($key)