Query without chaining not working - Laravel

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

Also in PHP: