Open patrickcurl opened 3 years ago
Namespace fix, causing errors in laravel with php 7.4. E.G: Call to undefined method Event::dispatch(), explicitly namespacing the classes and removing backslash, fixes the bug.
See: https://github.com/VentureCraft/revisionable/issues/376
Namespace fix, causing errors in laravel with php 7.4. E.G: Call to undefined method Event::dispatch(), explicitly namespacing the classes and removing backslash, fixes the bug.
See: https://github.com/VentureCraft/revisionable/issues/376