Skip to content

Commit 3c12c47

Browse files
committed
Merge branch 'develop' of https://github.com/rappasoft/laravel-livewire-tables into develop
2 parents f38dcd6 + 8ffe042 commit 3c12c47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Traits/WithFooter.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ trait WithFooter
1212

1313
public function mountWithFooter(): void
1414
{
15-
foreach($this->columns() as $column) {
15+
foreach ($this->columns() as $column) {
1616
if ($column->hasFooter()) {
1717
$this->customFooter = true;
1818
}

0 commit comments

Comments
 (0)