mirror of
https://github.com/getgrav/grav.git
synced 2026-03-01 10:01:26 +01:00
Fixed oopsie in Package class
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user