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

Merge branch 'laravel:master' into feature/valet-run

This commit is contained in:
Nasir Uddin Nobin
2022-03-22 19:08:23 +06:00
committed by GitHub

View File

@@ -32,7 +32,7 @@
*/ */
Container::setInstance(new Container); Container::setInstance(new Container);
$version = '2.18.10'; $version = '3.0.0-alpha.3';
$app = new Application('Laravel Valet', $version); $app = new Application('Laravel Valet', $version);