-
-
Notifications
You must be signed in to change notification settings - Fork 53
Closure observers #652
Copy link
Copy link
Open
Labels
easyThese issues are geared for people who have not yet contributed to this project yetThese issues are geared for people who have not yet contributed to this project yetenhancementA feature that exists, works as intended but needs to be improvedA feature that exists, works as intended but needs to be improved
Description
Hi, please add closure observer feature in masonite-orm:)
https://laravel.com/docs/9.x/eloquent#events-using-closures
def boot(self):
self.creating(lambda m: print(m.serialize())
And in_random_order method for randomize query result:
https://laravel.com/docs/9.x/queries#random-ordering
Thanks a lot.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
easyThese issues are geared for people who have not yet contributed to this project yetThese issues are geared for people who have not yet contributed to this project yetenhancementA feature that exists, works as intended but needs to be improvedA feature that exists, works as intended but needs to be improved