@@ -22,7 +22,7 @@ discard block |
||
| 22 | 22 | */ |
| 23 | 23 | protected function config() |
| 24 | 24 | { |
| 25 | - return $this->app['config']; |
|
| 25 | + return $this->app[ 'config' ]; |
|
| 26 | 26 | } |
| 27 | 27 | |
| 28 | 28 | /** |
@@ -73,6 +73,6 @@ discard block |
||
| 73 | 73 | */ |
| 74 | 74 | protected function getDriverOptions($driver) |
| 75 | 75 | { |
| 76 | - return $this->config()->get("excel.drivers.$driver.options", []); |
|
| 76 | + return $this->config()->get("excel.drivers.$driver.options", [ ]); |
|
| 77 | 77 | } |
| 78 | 78 | } |