We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2889680 commit 167395aCopy full SHA for 167395a
src/TableComponent.php
@@ -96,7 +96,7 @@ public function render(): View
96
{
97
return view($this->view(), [
98
'columns' => $this->columns(),
99
- 'models' => $this->paginationEnabled ? $this->models()->paginate((int)$this->perPage) : $this->models()->get(),
+ 'models' => $this->paginationEnabled ? $this->models()->paginate((int) $this->perPage) : $this->models()->get(),
100
]);
101
}
102
0 commit comments