Completed
Pull Request — master (#528)
by Freek
02:55 queued 01:24
created
src/Notifications/EventHandler.php 1 patch
Unused Use Statements   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -2,12 +2,12 @@
 block discarded – undo
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;
Please login to merge, or discard this patch.