Kuba Turek
Results
3
comments of
Kuba Turek
Hi, is this fix will ever be in this repo ? :) I fixed it in this way: ``` php public function __isset($attribute_name) { if (array_key_exists($attribute_name,$this->attributes) || array_key_exists($attribute_name,static::$alias_attribute)) { return...
Thanks @nolanleung , will do!