From bae7be1af2855387c6e80ca0efa4065920405983 Mon Sep 17 00:00:00 2001 From: dani3l Date: Wed, 9 Apr 2014 17:07:57 +0300 Subject: [PATCH] Laravel 4.2 compatibility --- src/Maatwebsite/Excel/Excel.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 +}