Completed
Push — master ( 18ccee...4fe934 )
by recca
05:39
created
src/Application.php 1 patch
Unused Use Statements   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -2,11 +2,11 @@
 block discarded – undo
2 2
 
3 3
 namespace Recca0120\Terminal;
4 4
 
5
+use Illuminate\Console\Application as ConsoleApplication;
5 6
 use Illuminate\Http\Request;
7
+use Symfony\Component\Console\Formatter\OutputFormatter;
6 8
 use Symfony\Component\Console\Input\StringInput;
7 9
 use Symfony\Component\Console\Output\BufferedOutput;
8
-use Symfony\Component\Console\Formatter\OutputFormatter;
9
-use Illuminate\Console\Application as ConsoleApplication;
10 10
 
11 11
 class Application extends ConsoleApplication
12 12
 {
Please login to merge, or discard this patch.