We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 894d12b commit 6b58876Copy full SHA for 6b58876
src/LazyCsvCollection.php
@@ -3,7 +3,7 @@
3
use Illuminate\Support\Enumerable;
4
use Illuminate\Support\LazyCollection;
5
6
-class LazyCsvCollection extends LazyCollection
+final class LazyCsvCollection extends LazyCollection
7
{
8
/**
9
* Convert empty item array keys to null.
0 commit comments