Skip to content

Commit 2d8b0a4

Browse files
committed
Fix style
1 parent 5c2ba4f commit 2d8b0a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ApiResourceDataTable.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,4 +41,4 @@ public function __construct(AnonymousResourceCollection $collection)
4141
$this->original = collect($collection);
4242
$this->columns = array_keys($this->serialize(collect($collection)->first()));
4343
}
44-
}
44+
}

0 commit comments

Comments
 (0)