@@ -17,6 +17,9 @@ |
||
17 | 17 | |
18 | 18 | protected $guarded = []; |
19 | 19 | |
20 | + /** |
|
21 | + * @return Subscriber |
|
22 | + */ |
|
20 | 23 | public static function findForEmail(string $email): ?Subscriber |
21 | 24 | { |
22 | 25 | return static::where('email', $email)->first(); |