mirror of
https://github.com/getgrav/grav.git
synced 2026-09-02 06:26:20 +02:00
Fixed oopsie in Package class
This commit is contained in:
@@ -36,7 +36,7 @@ class Package {
|
|||||||
|
|
||||||
public function __set($key, $value)
|
public function __set($key, $value)
|
||||||
{
|
{
|
||||||
throw new $this->data->set($key, $value);
|
return $this->data->set($key, $value);
|
||||||
}
|
}
|
||||||
|
|
||||||
public function __isset($key)
|
public function __isset($key)
|
||||||
|
|||||||
Reference in New Issue
Block a user