I am seeing the PHP error deprecated constructor.
'Group' has a deprecated constructor.
Methods with the same name as their class will not be constructors in a future version of PHP.
The issue is that I am not using the group() function in the Group class as a constructor. Furthermore PHP is not calling the group() function when the object is instantiated.
Can we remove this check as its not applicable any more.