Completed
Pull Request — master (#56)
by
unknown
17:43
created
src/DebuggerManager.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -4,9 +4,9 @@
 block discarded – undo
4 4
 
5 5
 use ErrorException;
6 6
 use Exception;
7
-use Throwable;
8 7
 use Illuminate\Contracts\Routing\UrlGenerator;
9 8
 use Illuminate\Support\Arr;
9
+use Throwable;
10 10
 use Tracy\Bar;
11 11
 use Tracy\BlueScreen;
12 12
 use Tracy\Debugger;
Please login to merge, or discard this patch.