Completed
Pull Request — master (#377)
by Pierre
02:13
created
src/Notifications/Notifications/BackupHasFailed.php 1 patch
Unused Use Statements   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -2,11 +2,11 @@
 block discarded – undo
2 2
 
3 3
 namespace Spatie\Backup\Notifications\Notifications;
4 4
 
5
-use Spatie\Backup\Notifications\BaseNotification;
6 5
 use Illuminate\Notifications\Messages\MailMessage;
7
-use Illuminate\Notifications\Messages\SlackMessage;
8 6
 use Illuminate\Notifications\Messages\SlackAttachment;
7
+use Illuminate\Notifications\Messages\SlackMessage;
9 8
 use Spatie\Backup\Events\BackupHasFailed as BackupHasFailedEvent;
9
+use Spatie\Backup\Notifications\BaseNotification;
10 10
 
11 11
 class BackupHasFailed extends BaseNotification
12 12
 {
Please login to merge, or discard this patch.
src/Notifications/Notifications/BackupWasSuccessful.php 1 patch
Unused Use Statements   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -2,11 +2,11 @@
 block discarded – undo
2 2
 
3 3
 namespace Spatie\Backup\Notifications\Notifications;
4 4
 
5
-use Spatie\Backup\Notifications\BaseNotification;
6 5
 use Illuminate\Notifications\Messages\MailMessage;
7
-use Illuminate\Notifications\Messages\SlackMessage;
8 6
 use Illuminate\Notifications\Messages\SlackAttachment;
7
+use Illuminate\Notifications\Messages\SlackMessage;
9 8
 use Spatie\Backup\Events\BackupWasSuccessful as BackupWasSuccessfulEvent;
9
+use Spatie\Backup\Notifications\BaseNotification;
10 10
 
11 11
 class BackupWasSuccessful extends BaseNotification
12 12
 {
Please login to merge, or discard this patch.
src/Notifications/Notifications/CleanupHasFailed.php 1 patch
Unused Use Statements   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -2,11 +2,11 @@
 block discarded – undo
2 2
 
3 3
 namespace Spatie\Backup\Notifications\Notifications;
4 4
 
5
-use Spatie\Backup\Notifications\BaseNotification;
6 5
 use Illuminate\Notifications\Messages\MailMessage;
7
-use Illuminate\Notifications\Messages\SlackMessage;
8 6
 use Illuminate\Notifications\Messages\SlackAttachment;
7
+use Illuminate\Notifications\Messages\SlackMessage;
9 8
 use Spatie\Backup\Events\CleanupHasFailed as CleanupHasFailedEvent;
9
+use Spatie\Backup\Notifications\BaseNotification;
10 10
 
11 11
 class CleanupHasFailed extends BaseNotification
12 12
 {
Please login to merge, or discard this patch.
src/Notifications/Notifications/HealthyBackupWasFound.php 1 patch
Unused Use Statements   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -2,11 +2,11 @@
 block discarded – undo
2 2
 
3 3
 namespace Spatie\Backup\Notifications\Notifications;
4 4
 
5
-use Spatie\Backup\Notifications\BaseNotification;
6 5
 use Illuminate\Notifications\Messages\MailMessage;
7
-use Illuminate\Notifications\Messages\SlackMessage;
8 6
 use Illuminate\Notifications\Messages\SlackAttachment;
7
+use Illuminate\Notifications\Messages\SlackMessage;
9 8
 use Spatie\Backup\Events\HealthyBackupWasFound as HealthyBackupWasFoundEvent;
9
+use Spatie\Backup\Notifications\BaseNotification;
10 10
 
11 11
 class HealthyBackupWasFound extends BaseNotification
12 12
 {
Please login to merge, or discard this patch.
src/Notifications/Notifications/UnhealthyBackupWasFound.php 1 patch
Unused Use Statements   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -2,11 +2,11 @@
 block discarded – undo
2 2
 
3 3
 namespace Spatie\Backup\Notifications\Notifications;
4 4
 
5
-use Spatie\Backup\Notifications\BaseNotification;
6 5
 use Illuminate\Notifications\Messages\MailMessage;
7
-use Illuminate\Notifications\Messages\SlackMessage;
8 6
 use Illuminate\Notifications\Messages\SlackAttachment;
7
+use Illuminate\Notifications\Messages\SlackMessage;
9 8
 use Spatie\Backup\Events\UnhealthyBackupWasFound as UnhealthyBackupWasFoundEvent;
9
+use Spatie\Backup\Notifications\BaseNotification;
10 10
 
11 11
 class UnhealthyBackupWasFound extends BaseNotification
12 12
 {
Please login to merge, or discard this patch.