@@ -2,12 +2,12 @@ |
||
2 | 2 | |
3 | 3 | namespace Spatie\Backup\Notifications; |
4 | 4 | |
5 | -use Spatie\Backup\Events\BackupHasFailed; |
|
6 | -use Illuminate\Notifications\Notification; |
|
7 | -use Spatie\Backup\Events\CleanupHasFailed; |
|
8 | 5 | use Illuminate\Contracts\Config\Repository; |
9 | 6 | use Illuminate\Contracts\Events\Dispatcher; |
7 | +use Illuminate\Notifications\Notification; |
|
8 | +use Spatie\Backup\Events\BackupHasFailed; |
|
10 | 9 | use Spatie\Backup\Events\BackupWasSuccessful; |
10 | +use Spatie\Backup\Events\CleanupHasFailed; |
|
11 | 11 | use Spatie\Backup\Events\CleanupWasSuccessful; |
12 | 12 | use Spatie\Backup\Events\HealthyBackupWasFound; |
13 | 13 | use Spatie\Backup\Events\UnhealthyBackupWasFound; |