@@ -29,7 +29,7 @@ discard block |
||
29 | 29 | { |
30 | 30 | $this->components->info('Generating optimized autoload modules.'); |
31 | 31 | |
32 | - if ($name = $this->argument('module') ) { |
|
32 | + if ($name = $this->argument('module')) { |
|
33 | 33 | $this->dump($name); |
34 | 34 | |
35 | 35 | return 0; |
@@ -63,7 +63,7 @@ discard block |
||
63 | 63 | $module = $this->laravel['modules']->findOrFail($name); |
64 | 64 | } |
65 | 65 | |
66 | - $this->components->task("$module", function () use ($module) { |
|
66 | + $this->components->task("$module", function() use ($module) { |
|
67 | 67 | chdir($module->getPath()); |
68 | 68 | |
69 | 69 | passthru('composer dump -o -n -q'); |