Completed
Push — master ( 581a21...9fb81c )
by Freek
01:36
created
src/Notifications/EventHandler.php 1 patch
Unused Use Statements   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -3,11 +3,11 @@
 block discarded – undo
3 3
 namespace Spatie\Backup\Notifications;
4 4
 
5 5
 use Illuminate\Contracts\Config\Repository;
6
-use Spatie\Backup\Events\BackupHasFailed;
7
-use Illuminate\Notifications\Notification;
8
-use Spatie\Backup\Events\CleanupHasFailed;
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;
Please login to merge, or discard this patch.