Skip to content

Commit 966c952

Browse files
author
Patrick Brouwers
committed
Storage fix fixes issue SpartnerNL#16
1 parent 110eed0 commit 966c952

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## Laravel 4 Wrapper for PHPExcel v0.1.6
1+
## Laravel 4 Wrapper for PHPExcel v0.1.8
22

33
#Installation
44

src/Maatwebsite/Excel/Excel.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -503,7 +503,7 @@ public function store($ext = 'xls', $path = false)
503503
$this->render();
504504

505505
// Save the file to specified location
506-
$this->object->save('/' .$path . '/' . $this->title . '.' . $this->ext);
506+
$this->object->save($path . '/' . $this->title . '.' . $this->ext);
507507
}
508508

509509
/**

0 commit comments

Comments
 (0)