You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Just like issue 31 the Call class doesn't implement the __construct function correctly according to the abstract definition in the BaseClass.
Since there are apparently some other issues with this (this is the only class I've had issues with) I would suggest commenting out the definition in BaseClass for the __construct function. This is what I did to fix the issue so that if any other classes have the issue it won't matter since there is no longer a required definition for it.
The text was updated successfully, but these errors were encountered:
Just like issue 31 the Call class doesn't implement the __construct function correctly according to the abstract definition in the BaseClass.
Since there are apparently some other issues with this (this is the only class I've had issues with) I would suggest commenting out the definition in BaseClass for the __construct function. This is what I did to fix the issue so that if any other classes have the issue it won't matter since there is no longer a required definition for it.
The text was updated successfully, but these errors were encountered: