mirror of
https://github.com/getgrav/grav.git
synced 2025-02-20 19:56:53 +01:00
Fixed oopsie in Package class
This commit is contained in:
parent
970af3870e
commit
d50e5d954d
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user