Skip to content

Commit ce61412

Browse files
MaatwebsiteMaatwebsite
authored andcommitted
Merge pull request SpartnerNL#14 from mewben/master
Changed $excel from protected to public.
2 parents e2a17f9 + bffa730 commit ce61412

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Maatwebsite/Excel/Excel.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ class Excel extends \PHPExcel
1616
{
1717

1818

19-
protected $excel;
19+
public $excel;
2020
protected $object;
2121
public $i = 0; // the current sheet number
2222
public $title;

0 commit comments

Comments
 (0)