- Issue created by @dianacastillo
- πΊπΈUnited States dianacastillo Miami
I changed line 44 to say
parent::__construct(...func_get_args());
and the warning went away. Same here
< call_user_func_array('parent::__construct', func_get_args());
---
> parent::__construct(...func_get_args());work for me too.