@@ -40,7 +40,6 @@ |
||
40 | 40 | /** |
41 | 41 | * Gets a list of whitelisted recipient |
42 | 42 | * |
43 | - * @param array $recipients |
|
44 | 43 | * |
45 | 44 | * @return array |
46 | 45 | */ |
@@ -2,10 +2,9 @@ |
||
2 | 2 | |
3 | 3 | namespace Mozammil\LaravelMessageInterceptor; |
4 | 4 | |
5 | -use Swift_Message; |
|
6 | 5 | use InvalidArgumentException; |
7 | -use Illuminate\Support\Collection; |
|
8 | 6 | use Mozammil\LaravelMessageInterceptor\Events\MessageIntercepted; |
7 | +use Swift_Message; |
|
9 | 8 | |
10 | 9 | class Interceptor |
11 | 10 | { |