@@ -38,7 +38,7 @@ |
||
| 38 | 38 | */ |
| 39 | 39 | public function register(Container $app) |
| 40 | 40 | { |
| 41 | - $app['eccube.service.composer'] = function () use ($app) { |
|
| 41 | + $app['eccube.service.composer'] = function() use ($app) { |
|
| 42 | 42 | /**@var \Eccube\Service\SystemService $systemService */ |
| 43 | 43 | $systemService = $app['eccube.service.system']; |
| 44 | 44 | $composerMemory = $app['config']['composer_memory_limit']; |