@@ -3,7 +3,6 @@ |
||
3 | 3 | namespace Jamesmills\LaravelNotificationRateLimit; |
4 | 4 | |
5 | 5 | use Illuminate\Cache\RateLimiter; |
6 | -use Illuminate\Notifications\Notification; |
|
7 | 6 | use Illuminate\Support\Str; |
8 | 7 | |
9 | 8 | /** |
@@ -3,7 +3,6 @@ |
||
3 | 3 | namespace Jamesmills\LaravelNotificationRateLimit; |
4 | 4 | |
5 | 5 | use Illuminate\Notifications\ChannelManager; |
6 | -use Jamesmills\LaravelNotificationRateLimit\Events\NotificationRateLimitReached; |
|
7 | 6 | |
8 | 7 | class RateLimitChannelManager extends ChannelManager |
9 | 8 | { |