Skip to content

Commit 04a6c5c

Browse files
authored
Update version Laravel (hestiacp#2412)
1 parent 590d8e7 commit 04a6c5c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,15 @@
77
class LaravelSetup extends BaseSetup {
88

99
protected $appname = 'laravel';
10-
11-
protected $appInfo = [
10+
11+
protected $appInfo = [
1212
'name' => 'Laravel',
1313
'group' => 'framework',
1414
'enabled' => true,
15-
'version' => '8.x',
15+
'version' => '9.x',
1616
'thumbnail' => 'laravel-thumb.png'
1717
];
18-
18+
1919
protected $config = [
2020
'form' => [
2121
],

0 commit comments

Comments
 (0)