1
0
mirror of https://github.com/laravel/valet.git synced 2026-02-04 00:10:07 +01:00

Update app.php

This commit is contained in:
Taylor Otwell
2025-10-07 09:58:20 -05:00
committed by GitHub
parent 04eb1b9683
commit 6a82bba526

View File

@@ -33,7 +33,7 @@
*/ */
Container::setInstance(new Container); Container::setInstance(new Container);
$version = '4.10.0'; $version = '4.11.0';
$app = new Application('Laravel Valet', $version); $app = new Application('Laravel Valet', $version);