@@ -11,8 +11,6 @@ |
||
11 | 11 | | |
12 | 12 | */ |
13 | 13 | |
14 | -use Illuminate\Support\Facades\Event; |
|
15 | - |
|
16 | 14 | App::before(function($request) |
17 | 15 | { |
18 | 16 | Notifier::fetchNotifications(); |
@@ -62,7 +62,7 @@ |
||
62 | 62 | * @param string $message |
63 | 63 | * @param string $type |
64 | 64 | * @param DateTime $datetime |
65 | - * @param DateTime|integer $expiry |
|
65 | + * @param integer $expiry |
|
66 | 66 | * @param array $options |
67 | 67 | * |
68 | 68 | * @throws NotifierNotificationArgumentException |