Completed
Push — master ( a33463...978786 )
by Ashley
01:40
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.
src/Generator.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -52,7 +52,7 @@
 block discarded – undo
52 52
      *
53 53
      * @return $this
54 54
      */
55
-    public function for(string $email)
55
+    public function for (string $email)
56 56
     {
57 57
         $this->email = $email;
58 58
 
Please login to merge, or discard this patch.
src/Models/Invite.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -17,7 +17,7 @@
 block discarded – undo
17 17
 
18 18
     public function setForAttribute($for)
19 19
     {
20
-        $this->attributes['for'] = strtolower($for);
20
+        $this->attributes[ 'for' ] = strtolower($for);
21 21
     }
22 22
 
23 23
     /**
Please login to merge, or discard this patch.