Completed
Pull Request — master (#66)
by
unknown
01:47
created
src/Commands/ControllerCommand.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -1,8 +1,6 @@
 block discarded – undo
1 1
 <?php namespace Wn\Generators\Commands;
2 2
 
3 3
 
4
-use InvalidArgumentException;
5
-
6 4
 class ControllerCommand extends BaseCommand {
7 5
 
8 6
 	const DEFAULT_PATH = "app/Http/Controllers";
Please login to merge, or discard this patch.