Completed
Pull Request — master (#1)
by ARCANEDEV
07:05 queued 03:23
created
src/ImporterFactory.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -22,7 +22,7 @@
 block discarded – undo
22 22
      */
23 23
     public function getDefaultDriver()
24 24
     {
25
-        return $this->app['config']['laravel-excel.default'];
25
+        return $this->app[ 'config' ][ 'laravel-excel.default' ];
26 26
     }
27 27
 
28 28
     /* ------------------------------------------------------------------------------------------------
Please login to merge, or discard this patch.
src/ExporterFactory.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -22,7 +22,7 @@
 block discarded – undo
22 22
      */
23 23
     public function getDefaultDriver()
24 24
     {
25
-        return $this->app['config']['laravel-excel.default'];
25
+        return $this->app[ 'config' ][ 'laravel-excel.default' ];
26 26
     }
27 27
 
28 28
     /* ------------------------------------------------------------------------------------------------
Please login to merge, or discard this patch.