Saldos #46
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ class CsvHelper
|
|||
* @throws Exception
|
||||
*/
|
||||
public static function getRecords($filePath, $message): Iterator {
|
||||
$csv = Reader::createFromPath(storage_path($filePath));
|
||||
$csv = Reader::createFromPath($filePath);
|
||||
try {
|
||||
$csv->setDelimiter("|");
|
||||
$csv->setEnclosure("'");
|
||||
|
|
Loading…
Add table
Reference in a new issue