spatie / wordpress-ray

Debug with Ray to fix problems faster in WordPress apps
https://myray.app
MIT License
73 stars 14 forks source link

Missing new label() method #43

Closed templeman closed 3 years ago

templeman commented 3 years ago

WordPress Ray throws an error when attempting to use the (newly introduced) label method.

Uncaught BadMethodCallException: Method label does not exist. in /web/app/mu-plugins/spatie-ray/vendor/spatie/macroable/src/Macroable.php:53
freekmurze commented 3 years ago

This function is available in the newly released v.1.4 of spatie/wordpress-ray

templeman commented 3 years ago

👍 Thank you!