Skip to content

Commit 797778a

Browse files
committed
Remove type declaration
1 parent a9cda1d commit 797778a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/CollectionDataTable.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,14 @@ class CollectionDataTable extends DataTableAbstract
1717
*
1818
* @var \Illuminate\Support\Collection<array-key, array>
1919
*/
20-
public Collection $collection;
20+
public $collection;
2121

2222
/**
2323
* Collection object.
2424
*
2525
* @var \Illuminate\Support\Collection<array-key, array>
2626
*/
27-
public Collection $original;
27+
public $original;
2828

2929
/**
3030
* The offset of the first record in the full dataset.

0 commit comments

Comments
 (0)