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

Update app.php

This commit is contained in:
Taylor Otwell
2025-07-22 10:57:51 -05:00
committed by GitHub
parent 36a1abc5c4
commit 4ee43ed63e

View File

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