✏️ Code CompletionLV Laravel Medium⚡+20 XP
Eloquent Where
Complete the query to find active users.
✏️ Fill in the blank
$users = User::___( 'is_active', true)->get();Complete the query to find active users.
$users = User::___( 'is_active', true)->get();