rewind file

This commit is contained in:
Dennis Eichhorn 2020-12-19 20:29:01 +01:00
parent cadc00fd3a
commit a392d44799

View File

@ -68,6 +68,8 @@ class CsvSettings
$line = \fgets($file);
}
\rewind($file);
$results = \array_keys($results, \max($results));
return $results[0];