Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Change the way the dirtyHookCallback is called
It shouldn't be bound to the Query instance. Looks a bit stupid, but when stored in a class property you can't call it like: $this->closure(); because that's the syntax for calling class methods.
- Loading branch information