@@ -2,11 +2,11 @@ |
||
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 | { |
@@ -2,11 +2,11 @@ |
||
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 | { |
@@ -2,11 +2,11 @@ |
||
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 | { |
@@ -2,11 +2,11 @@ |
||
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 | { |
@@ -2,11 +2,11 @@ |
||
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 | { |