Completed
Push — master ( 347dad...9870fc )
by Ashley
03:40
created
src/DoormanManager.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -28,7 +28,7 @@
 block discarded – undo
28 28
      */
29 29
     public function getDefaultDriver()
30 30
     {
31
-        return $this->app['config']['doorman.driver'];
31
+        return $this->app[ 'config' ][ 'doorman.driver' ];
32 32
     }
33 33
 
34 34
     /**
Please login to merge, or discard this patch.
src/Models/BaseInvite.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
         'valid_until' => 'datetime'
23 23
     ];
24 24
 
25
-    public function __construct(array $attributes = [])
25
+    public function __construct(array $attributes = [ ])
26 26
     {
27 27
         $this->table = config('doorman.invite_table_name');
28 28
         parent::__construct($attributes);
Please login to merge, or discard this patch.