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:
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user