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

Update valet.php

This commit is contained in:
Dries Vints
2022-02-01 16:20:28 +01:00
committed by GitHub
parent 35c62b608e
commit cf5d765637

View File

@@ -32,7 +32,7 @@
*/
Container::setInstance(new Container);
$version = '2.18.8';
$version = '2.18.9';
$app = new Application('Laravel Valet', $version);