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
I've tried this below code and exists() method doesn't seem to exist in repository $playerRepo->findByField('username','test001')->exists()
i need to make custom method in repository for determining if records exists.
is there a solution for me ?
The text was updated successfully, but these errors were encountered:
I've tried this below code and exists() method doesn't seem to exist in repository
$playerRepo->findByField('username','test001')->exists()
i need to make custom method in repository for determining if records exists.
is there a solution for me ?
The text was updated successfully, but these errors were encountered: