Just a warning today, might be an issue in the future, as per a PHP warning message, methods with the same name as their class will not be constructors in a future version of PHP; there are a bunch of these here and there, and they should probably be converted to __construct instead.
Just a warning today, might be an issue in the future, as per a PHP warning message, methods with the same name as their class will not be constructors in a future version of PHP; there are a bunch of these here and there, and they should probably be converted to
__construct
instead.Keep it up!