Procházet zdrojové kódy

fix code style after #1911

wojsmol před 4 roky
rodič
revize
e5dd3b9dbc

+ 1 - 1
web/src/app/System/HestiaApp.php

@@ -90,7 +90,7 @@ class HestiaApp {
         }else{
             $this->updateComposer($version);
         }
-        
+
         if (!empty($args) && is_array($args)) {
             array_unshift($args, 'composer');
         } else {

+ 1 - 1
web/src/app/WebApp/Installers/Laravel/LaravelSetup.php

@@ -22,7 +22,7 @@ class LaravelSetup extends BaseSetup {
         'database' => true,
         'resources' => [
             'composer' => [ 'src' => 'laravel/laravel', 'dst' => '/'],
-        ],   
+        ],
     ];
 
     public function install(array $options=null) : bool