Completed
Push — master ( e8126d...7816d4 )
by Orkhan
01:20
created
src/Console/RepositoryMakeCommand.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 Orkhanahmadov\EloquentRepository\Console;
4 4
 
5
+use Illuminate\Console\GeneratorCommand;
6
+use Illuminate\Contracts\Filesystem\FileNotFoundException;
5 7
 use Illuminate\Support\Str;
6 8
 use InvalidArgumentException;
7
-use Illuminate\Console\GeneratorCommand;
8 9
 use Symfony\Component\Console\Input\InputOption;
9
-use Illuminate\Contracts\Filesystem\FileNotFoundException;
10 10
 
11 11
 class RepositoryMakeCommand extends GeneratorCommand
12 12
 {
Please login to merge, or discard this patch.