ManageUsers::route('/'), ]; } public static function getEloquentQuery(): Builder { return static::getModel()::query()->withoutDeveloper(); } }