Completed
Push — master ( 8ae7aa...bde2aa )
by Ashley
01:43
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.