Completed
Push — master ( bbb7b6...349a1f )
by Ashley
02:11
created
src/DoormanManager.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -20,7 +20,7 @@
 block discarded – undo
20 20
      */
21 21
     public function getDefaultDriver()
22 22
     {
23
-        return $this->app['config']['doorman.driver'];
23
+        return $this->app[ 'config' ][ 'doorman.driver' ];
24 24
     }
25 25
 
26 26
     public function createBasicDriver()
Please login to merge, or discard this patch.