Completed
Push — master ( 96dcc8...b3268d )
by Marcel
16s
created
src/Notifications/Console/NotificationTableCommand.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 Illuminate\Notifications\Console;
4 4
 
5
-use ReflectionClass;
6
-use InvalidArgumentException;
7 5
 use Illuminate\Console\Command;
8 6
 use Illuminate\Filesystem\Filesystem;
7
+use InvalidArgumentException;
8
+use ReflectionClass;
9 9
 
10 10
 class NotificationTableCommand extends Command
11 11
 {
Please login to merge, or discard this patch.