Completed
Pull Request — master (#1151)
by
unknown
02:23
created
src/Module.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -358,8 +358,8 @@
 block discarded – undo
358 358
      */
359 359
     public function setActive(int $active): bool
360 360
     {
361
-         $this->activator->setActive($this, $active);
362
-         return boolval($active);
361
+            $this->activator->setActive($this, $active);
362
+            return boolval($active);
363 363
     }
364 364
 
365 365
     /**
Please login to merge, or discard this patch.
src/Laravel/Module.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -8,11 +8,9 @@
 block discarded – undo
8 8
 use Illuminate\Filesystem\Filesystem;
9 9
 use Illuminate\Foundation\AliasLoader;
10 10
 use Illuminate\Foundation\ProviderRepository;
11
-use Illuminate\Support\Arr;
12 11
 use Illuminate\Support\Str;
13 12
 use Illuminate\Translation\Translator;
14 13
 use Nwidart\Modules\Contracts\ActivatorInterface;
15
-use Nwidart\Modules\Entities\ModuleEntity;
16 14
 use Nwidart\Modules\Json;
17 15
 use Nwidart\Modules\Module as BaseModule;
18 16
 
Please login to merge, or discard this patch.