Skip to content

Update RevisionableTrait.php#386

Open
patrickcurl wants to merge 1 commit intoVentureCraft:masterfrom
patrickcurl:master
Open

Update RevisionableTrait.php#386
patrickcurl wants to merge 1 commit intoVentureCraft:masterfrom
patrickcurl:master

Conversation

@patrickcurl
Copy link

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: #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: VentureCraft#376
* @return mixed
*/
private function sortJsonKeys($attribute)
private function sortJsonKeys($attribute)DB
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Assume this is a mistake?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

Comments