diff --git a/app/Imports/ExcelImport.php b/app/Imports/ExcelImport.php new file mode 100644 index 000000000..0a6b7e463 --- /dev/null +++ b/app/Imports/ExcelImport.php @@ -0,0 +1,26 @@ +toArray(); + } + } + + public function getRows() + { + return self::$rows; + } +}