Skip to content

Commit 6b58876

Browse files
committed
Update LazyCsvCollection.php
1 parent 894d12b commit 6b58876

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/LazyCsvCollection.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
use Illuminate\Support\Enumerable;
44
use Illuminate\Support\LazyCollection;
55

6-
class LazyCsvCollection extends LazyCollection
6+
final class LazyCsvCollection extends LazyCollection
77
{
88
/**
99
* Convert empty item array keys to null.

0 commit comments

Comments
 (0)