Query without chaining not working - Laravel

34

$query = Users::where();
$users = $query->get();

Comments

Submit
0 Comments