@@ -6,10 +6,7 @@ |
||
6 | 6 | use Fenos\Notifynder\Exceptions\NotificationNotFoundException; |
7 | 7 | use Fenos\Notifynder\Models\Notification; |
8 | 8 | use Fenos\Notifynder\Models\NotifynderCollection; |
9 | -use Illuminate\Contracts\Config\Repository; |
|
10 | -use Illuminate\Database\Eloquent\Collection; |
|
11 | 9 | use PhpSpec\ObjectBehavior; |
12 | -use Prophecy\Argument; |
|
13 | 10 | |
14 | 11 | class NotificationManagerSpec extends ObjectBehavior |
15 | 12 | { |
@@ -2,7 +2,6 @@ |
||
2 | 2 | |
3 | 3 | use Fenos\Notifynder\Notifications\ExtraParams; |
4 | 4 | use Fenos\Notifynder\Parsers\NotifynderParser; |
5 | -use Illuminate\Contracts\Config\Repository; |
|
6 | 5 | use Illuminate\Contracts\Container\Container; |
7 | 6 | use Illuminate\Database\Eloquent\Model; |
8 | 7 | use Carbon\Carbon; |