File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -71,7 +71,7 @@ public function render(?string $view = null, array $data = []): string
7171 {
7272 return static ::viewFactory ()->addData (array_merge ($ data , [
7373 'paginator ' => $ this ,
74- ]))->renderString ($ view ?: Paginator::$ defaultSimpleView );
74+ ]))->render ($ view ?: Paginator::$ defaultSimpleView );
7575 }
7676
7777 /**
Original file line number Diff line number Diff line change @@ -76,7 +76,7 @@ public function render(?string $view = null, array $data = []): string
7676 return static ::viewFactory ()->addData (array_merge ($ data , [
7777 'paginator ' => $ this ,
7878 'elements ' => $ this ->elements (),
79- ]))->renderString ($ view ?: static ::$ defaultView );
79+ ]))->render ($ view ?: static ::$ defaultView );
8080 }
8181
8282 /**
Original file line number Diff line number Diff line change @@ -96,7 +96,7 @@ public function render(?string $view = null, array $data = []): string
9696 {
9797 return static ::viewFactory ()->addData (array_merge ($ data , [
9898 'paginator ' => $ this ,
99- ]))->renderString ($ view ?: static ::$ defaultSimpleView );
99+ ]))->render ($ view ?: static ::$ defaultSimpleView );
100100 }
101101
102102 /**
You can’t perform that action at this time.
0 commit comments