Completed
Pull Request — master (#72)
by
unknown
01:34
created
src/Commands/ResourceCommand.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -1,7 +1,6 @@
 block discarded – undo
1 1
 <?php namespace Wn\Generators\Commands;
2 2
 
3 3
 
4
-use InvalidArgumentException;
5 4
 use Illuminate\Support\Str;
6 5
 
7 6
 class ResourceCommand extends BaseCommand {
Please login to merge, or discard this patch.
src/Commands/ResourcesCommand.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -1,6 +1,5 @@
 block discarded – undo
1 1
 <?php namespace Wn\Generators\Commands;
2 2
 
3
-use InvalidArgumentException;
4 3
 use Symfony\Component\Yaml\Yaml;
5 4
 use Illuminate\Support\Str;
6 5
 
Please login to merge, or discard this patch.