@@ -2,16 +2,7 @@ |
||
2 | 2 | |
3 | 3 | namespace Fenos\Notifynder\Managers; |
4 | 4 | |
5 | -use BadMethodCallException; |
|
6 | -use Closure; |
|
7 | -use Fenos\Notifynder\Builder\NotifynderBuilder; |
|
8 | -use Fenos\Notifynder\Contracts\NotifynderCategory; |
|
9 | 5 | use Fenos\Notifynder\Contracts\NotifynderContract; |
10 | -use Fenos\Notifynder\Contracts\NotifynderDispatcher; |
|
11 | -use Fenos\Notifynder\Contracts\NotifynderGroup; |
|
12 | -use Fenos\Notifynder\Contracts\NotifynderNotification; |
|
13 | -use Fenos\Notifynder\Contracts\NotifynderSender; |
|
14 | -use InvalidArgumentException; |
|
15 | 6 | |
16 | 7 | class NotifynderManager implements NotifynderContract |
17 | 8 | { |
@@ -2,13 +2,7 @@ |
||
2 | 2 | |
3 | 3 | namespace Fenos\Notifynder\Models; |
4 | 4 | |
5 | -use Fenos\Notifynder\Notifications\ExtraParams; |
|
6 | -use Fenos\Notifynder\Parsers\NotifynderParser; |
|
7 | -use Illuminate\Contracts\Container\Container; |
|
8 | -use Illuminate\Database\Eloquent\Collection; |
|
9 | 5 | use Illuminate\Database\Eloquent\Model; |
10 | -use Carbon\Carbon; |
|
11 | -use Illuminate\Support\Arr; |
|
12 | 6 | |
13 | 7 | class Notification extends Model |
14 | 8 | { |