/** * {@inheritdoc } */ protected function findAll() { $users = User::all($this->fields); return $this->hydrateWithRoles($users); }