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

Merge branch 'master' into feature/links-with-parked

This commit is contained in:
James Barnard
2019-10-04 07:30:35 +01:00
3 changed files with 42 additions and 4 deletions

View File

@@ -31,7 +31,7 @@
*/
Container::setInstance(new Container);
$version = '2.4.2';
$version = '2.5.0';
$app = new Application('Laravel Valet', $version);
@@ -250,7 +250,7 @@
* Stop the daemon services.
*/
$app->command('stop', function () {
PhpFpm::stop();
PhpFpm::stopRunning();
Nginx::stop();