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
I found an issue when i'm trying to use the property mapper for news model, I got an error "Cannot call constructor", after checking I found the problem coming from the Yoast news extension exactly with the extend news model, the problem is the parent::__construct since are extend class it can override it with call the parent.
I found an issue when i'm trying to use the property mapper for news model, I got an error "Cannot call constructor", after checking I found the problem coming from the Yoast news extension exactly with the extend news model, the problem is the parent::__construct since are extend class it can override it with call the parent.
https://bugs.php.net/bug.php?id=54631
The text was updated successfully, but these errors were encountered: