Loading src/Controller/UserCsvImportController.php +1 −1 Original line number Diff line number Diff line Loading @@ -37,7 +37,7 @@ class UserCsvImportController { public static function processUpload(File $file, array $config) { // Open the uploaded file. $handle = fopen($file->destination, 'r'); $handle = fopen($file->getFileUri(), 'r'); $created = []; $i = 0; Loading Loading
src/Controller/UserCsvImportController.php +1 −1 Original line number Diff line number Diff line Loading @@ -37,7 +37,7 @@ class UserCsvImportController { public static function processUpload(File $file, array $config) { // Open the uploaded file. $handle = fopen($file->destination, 'r'); $handle = fopen($file->getFileUri(), 'r'); $created = []; $i = 0; Loading