Laravel this is not only a practical framework, it is also a programming style
I am using conditions in Laravel. How should I use not equal to in below condition?
$conditions = ['player_id' => auth()->id(), 'is_confirmed' => 'pending', 'user_id' <> auth()->id()];
Aucun commentaire:
Enregistrer un commentaire