Skip to content

Commit 8ffe042

Browse files
rappasoftactions-user
authored andcommitted
Fix styling
1 parent 35ba311 commit 8ffe042

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)