Skip to content

Commit 3db00e1

Browse files
committed
fix: new line
1 parent f847280 commit 3db00e1

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/Html/Builder.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,18 +38,22 @@ class Builder
3838
* @var Collection<int, \Yajra\DataTables\Html\Column>
3939
*/
4040
public Collection $collection;
41+
4142
/**
4243
* @var array<string, string|null>
4344
*/
4445
protected array $tableAttributes = [];
46+
4547
/**
4648
* @var string
4749
*/
4850
protected string $template = '';
51+
4952
/**
5053
* @var array
5154
*/
5255
protected array $attributes = [];
56+
5357
/**
5458
* @var string|array
5559
*/

0 commit comments

Comments
 (0)