Skip to content

Commit e5dd3b9

Browse files
committed
fix code style after hestiacp#1911
1 parent 485941f commit e5dd3b9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

web/src/app/System/HestiaApp.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ public function runComposer($args, &$cmd_result=null,$version=1) : bool
9090
}else{
9191
$this->updateComposer($version);
9292
}
93-
93+
9494
if (!empty($args) && is_array($args)) {
9595
array_unshift($args, 'composer');
9696
} else {

web/src/app/WebApp/Installers/Laravel/LaravelSetup.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ class LaravelSetup extends BaseSetup {
2222
'database' => true,
2323
'resources' => [
2424
'composer' => [ 'src' => 'laravel/laravel', 'dst' => '/'],
25-
],
25+
],
2626
];
2727

2828
public function install(array $options=null) : bool

0 commit comments

Comments
 (0)