/home/techb158/dev.balacoffee.com/vendor/maatwebsite/excel/src/Imports
NameSizeModeActions
EndRowFinder.php8200644editdlrm
HeadingRowExtractor.php25490644editdlrm
HeadingRowFormatter.php23650644editdlrm
ModelImporter.php41520644editdlrm
ModelManager.php58720644editdlrm
Edit: /home/techb158/dev.balacoffee.com/vendor/maatwebsite/excel/src/Imports/EndRowFinder.php (820B)
limit(); if ($limit > $highestRow) { return null; } // When no start row given, // use the first row as start row. $startRow = $startRow ?? 1; // Subtract 1 row from the start row, so a limit // of 1 row, will have the same start and end row. return ($startRow - 1) + $limit; } }