@@ -4,7 +4,6 @@ |
||
4 | 4 | |
5 | 5 | use Illuminate\Config\Repository; |
6 | 6 | use Illuminate\Contracts\Events\Dispatcher; |
7 | -use Illuminate\Notifications\Notification; |
|
8 | 7 | use Spatie\UptimeMonitor\Events\SiteRestored; |
9 | 8 | use Spatie\UptimeMonitor\Events\SiteUp; |
10 | 9 | use Spatie\UptimeMonitor\Notifications\Notifications\SiteDown; |
@@ -2,7 +2,6 @@ |
||
2 | 2 | |
3 | 3 | namespace Spatie\UptimeMonitor\Services\PingMonitors; |
4 | 4 | |
5 | -use Cache; |
|
6 | 5 | use Generator; |
7 | 6 | use GuzzleHttp\Client; |
8 | 7 | use GuzzleHttp\Exception\RequestException; |