You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 16, 2023. It is now read-only.
I'm getting the 'Fatal error: Allowed memory...' error when trying to use find() on a model.
Latest version of Ardent in Lumen.
The find() method in LaravelArdent\Ardent\Ardent recursively calls itself due to the __callStatic magic method in Eloquent.
The ardent find() method needs removing, or renaming to something else e.g. findOne()
The text was updated successfully, but these errors were encountered: