spatie / wordpress-ray

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

Remove enabled methods #32

Closed patinthehat closed 3 years ago

patinthehat commented 3 years ago

This PR removes the enable() and disable() methods as they have been moved to spatie/ray. Because of this move, the composer.* files and vendor/ directory were also updated per the maintainer instructions (updated composer.json spatie/ray version to 1.19.0).

Note that there are no unit tests in this package, so no automated tests have been run.

freekmurze commented 3 years ago

Thanks!