Skip to main content
✏️ Code CompletionLV Laravel Medium+20 XP

Eloquent Where

Complete the query to find active users.

✏️ Fill in the blank
$users = User::___("active", true)->get();

✏️ Type the missing code: