Completed
Pull Request — master (#1163)
by
unknown
01:36
created
src/Commands/ModuleMakeCommand.php 1 patch
Indentation   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -76,10 +76,10 @@
 block discarded – undo
76 76
     }
77 77
 
78 78
     /**
79
-    * Get module type .
80
-    *
81
-    * @return string
82
-    */
79
+     * Get module type .
80
+     *
81
+     * @return string
82
+     */
83 83
     private function getModuleType()
84 84
     {
85 85
         $isPlain = $this->option('plain');
Please login to merge, or discard this patch.
src/Laravel/LaravelDatabaseRepository.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -3,7 +3,6 @@
 block discarded – undo
3 3
 namespace Nwidart\Modules\Laravel;
4 4
 
5 5
 use Illuminate\Contracts\Filesystem\FileNotFoundException;
6
-use Illuminate\Database\Eloquent\Builder;
7 6
 use Illuminate\Support\Facades\Schema;
8 7
 use Illuminate\Support\Str;
9 8
 use Nwidart\Modules\Collection;
Please login to merge, or discard this patch.