Completed
Pull Request — master (#41)
by Micheal
05:08
created
src/Generator.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -54,7 +54,7 @@
 block discarded – undo
54 54
      * @return $this
55 55
      * @throws \Clarkeash\Doorman\Exceptions\DuplicateException
56 56
      */
57
-    public function for(string $email)
57
+    public function for (string $email)
58 58
     {
59 59
         $modelClass = config('doorman.invite_model');
60 60
 
Please login to merge, or discard this patch.