Completed
Pull Request — master (#675)
by Freek
06:40 queued 04:49
created
src/Notifications/BaseNotification.php 1 patch
Unused Use Statements   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -2,10 +2,10 @@
 block discarded – undo
2 2
 
3 3
 namespace Spatie\Backup\Notifications;
4 4
 
5
-use Spatie\Backup\Helpers\Format;
6
-use Illuminate\Support\Collection;
7 5
 use Illuminate\Notifications\Notification;
6
+use Illuminate\Support\Collection;
8 7
 use Spatie\Backup\BackupDestination\BackupDestination;
8
+use Spatie\Backup\Helpers\Format;
9 9
 
10 10
 abstract class BaseNotification extends Notification
11 11
 {
Please login to merge, or discard this patch.