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:
Dries Vints
2023-12-27 15:47:29 +01:00
committed by GitHub
parent 59b19a20aa
commit b076ad6a49

View File

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