@@ -54,7 +54,7 @@ |
||
| 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 | |