Przeglądaj źródła

Update version Laravel (#2412)

Mario Jose Goes Tarosso 4 lat temu
rodzic
commit
04a6c5c5af

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

@@ -7,15 +7,15 @@ use \Hestia\WebApp\Installers\BaseSetup as BaseSetup;
 class LaravelSetup extends BaseSetup {
 class LaravelSetup extends BaseSetup {
 
 
     protected $appname = 'laravel';
     protected $appname = 'laravel';
-    
-    protected $appInfo = [ 
+
+    protected $appInfo = [
         'name' => 'Laravel',
         'name' => 'Laravel',
         'group' => 'framework',
         'group' => 'framework',
         'enabled' => true,
         'enabled' => true,
-        'version' => '8.x',
+        'version' => '9.x',
         'thumbnail' => 'laravel-thumb.png'
         'thumbnail' => 'laravel-thumb.png'
     ];
     ];
-    
+
     protected $config = [
     protected $config = [
         'form' => [
         'form' => [
         ],
         ],