Completed
Pull Request — master (#3)
by Freek
08:15 queued 06:17
created
src/Notifications/Notifications/CheckRestored.php 1 patch
Unused Use Statements   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -4,11 +4,11 @@
 block discarded – undo
4 4
 
5 5
 use Carbon\Carbon;
6 6
 use Illuminate\Notifications\Messages\MailMessage;
7
-use Spatie\ServerMonitor\Models\Enums\CheckStatus;
8
-use Illuminate\Notifications\Messages\SlackMessage;
9 7
 use Illuminate\Notifications\Messages\SlackAttachment;
10
-use Spatie\ServerMonitor\Notifications\BaseNotification;
8
+use Illuminate\Notifications\Messages\SlackMessage;
11 9
 use Spatie\ServerMonitor\Events\CheckRestored as CheckRestoredEvent;
10
+use Spatie\ServerMonitor\Models\Enums\CheckStatus;
11
+use Spatie\ServerMonitor\Notifications\BaseNotification;
12 12
 
13 13
 class CheckRestored extends BaseNotification
14 14
 {
Please login to merge, or discard this patch.
src/Notifications/Notifications/CheckSucceeded.php 1 patch
Unused Use Statements   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -4,11 +4,11 @@
 block discarded – undo
4 4
 
5 5
 use Carbon\Carbon;
6 6
 use Illuminate\Notifications\Messages\MailMessage;
7
-use Spatie\ServerMonitor\Models\Enums\CheckStatus;
8
-use Illuminate\Notifications\Messages\SlackMessage;
9 7
 use Illuminate\Notifications\Messages\SlackAttachment;
10
-use Spatie\ServerMonitor\Notifications\BaseNotification;
8
+use Illuminate\Notifications\Messages\SlackMessage;
11 9
 use Spatie\ServerMonitor\Events\CheckSucceeded as CheckSucceededEvent;
10
+use Spatie\ServerMonitor\Models\Enums\CheckStatus;
11
+use Spatie\ServerMonitor\Notifications\BaseNotification;
12 12
 
13 13
 class CheckSucceeded extends BaseNotification
14 14
 {
Please login to merge, or discard this patch.
src/Notifications/Notifications/CheckWarning.php 1 patch
Unused Use Statements   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -4,11 +4,11 @@
 block discarded – undo
4 4
 
5 5
 use Carbon\Carbon;
6 6
 use Illuminate\Notifications\Messages\MailMessage;
7
-use Spatie\ServerMonitor\Models\Enums\CheckStatus;
8
-use Illuminate\Notifications\Messages\SlackMessage;
9 7
 use Illuminate\Notifications\Messages\SlackAttachment;
10
-use Spatie\ServerMonitor\Notifications\BaseNotification;
8
+use Illuminate\Notifications\Messages\SlackMessage;
11 9
 use Spatie\ServerMonitor\Events\CheckWarning as CheckWarningEvent;
10
+use Spatie\ServerMonitor\Models\Enums\CheckStatus;
11
+use Spatie\ServerMonitor\Notifications\BaseNotification;
12 12
 
13 13
 class CheckWarning extends BaseNotification
14 14
 {
Please login to merge, or discard this patch.