diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/Config/Controls.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Config/Controls.php b/src/Config/Controls.php index 538e77c..460f984 100644 --- a/src/Config/Controls.php +++ b/src/Config/Controls.php @@ -221,7 +221,7 @@ trait Controls throw new InvalidArgumentException('you should use a `SplFileObject` Constant'); } - $this->flags = $flags|SplFileObject::READ_CSV|SplFileObject::DROP_NEW_LINE; + $this->flags = $flags|SplFileObject::READ_CSV; return $this; } |