Skip to content

Commit 83be887

Browse files
committed
fix: Pager does not use shared View object
1 parent f8bdf2c commit 83be887

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

system/Config/Services.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -445,7 +445,7 @@ public static function pager(?PagerConfig $config = null, ?RendererInterface $vi
445445
}
446446

447447
$config ??= config(PagerConfig::class);
448-
$view ??= AppServices::renderer();
448+
$view ??= AppServices::renderer(null, null, false);
449449

450450
return new Pager($config, $view);
451451
}

0 commit comments

Comments
 (0)