diff --git a/src/Maatwebsite/Excel/Excel.php b/src/Maatwebsite/Excel/Excel.php index db26de148..9b54fca06 100644 --- a/src/Maatwebsite/Excel/Excel.php +++ b/src/Maatwebsite/Excel/Excel.php @@ -8,7 +8,7 @@ use Illuminate\Support\Str; use \PHPExcel_Style_NumberFormat; use \PHPExcel_Worksheet_PageSetup; -use Illuminate\View\Environment as View; +use Illuminate\View\Factory as View; use Maatwebsite\Excel\Readers\HTML_reader; use Illuminate\Config\Repository as Config; use Illuminate\Filesystem\Filesystem as File; @@ -1475,4 +1475,4 @@ public function __call($method, $params) return $this; } -} \ No newline at end of file +}