mirror of
https://github.com/fenom-template/fenom.git
synced 2023-08-10 21:13:07 +03:00
Update Render.php
This commit is contained in:
parent
065ccaec23
commit
b874926420
@ -245,6 +245,8 @@ class Render extends \ArrayObject
|
||||
throw new \BadMethodCallException("Unknown method " . $method);
|
||||
}
|
||||
|
||||
public function __set(string $name, mixed $value): void {}
|
||||
|
||||
public function __get($name)
|
||||
{
|
||||
return $this->$name = null;
|
||||
|
Loading…
Reference in New Issue
Block a user