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

Update app.php

This commit is contained in:
Taylor Otwell
2025-03-04 10:29:15 -06:00
committed by GitHub
parent 134957cf90
commit e436e1781e

View File

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