Skip to content

Commit da87313

Browse files
authored
Update notifications.md (#10328)
1 parent cec5ac6 commit da87313

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

notifications.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -292,7 +292,7 @@ use Illuminate\Queue\Middleware\RateLimited;
292292
public function middleware(object $notifiable, string $channel)
293293
{
294294
return match ($channel) {
295-
'email' => [new RateLimited('postmark')],
295+
'mail' => [new RateLimited('postmark')],
296296
'slack' => [new RateLimited('slack')],
297297
default => [],
298298
};

0 commit comments

Comments
 (0)