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

Update valet.php

This commit is contained in:
Dries Vints
2022-07-18 17:23:52 +02:00
committed by GitHub
parent 3a243c65c3
commit bc56e30185

View File

@@ -34,7 +34,7 @@
*/
Container::setInstance(new Container);
$version = '3.1.8';
$version = '3.1.9';
$app = new Application('Laravel Valet', $version);