diff --git a/cli/valet.php b/cli/valet.php index a9c7753de..be0436cee 100755 --- a/cli/valet.php +++ b/cli/valet.php @@ -32,7 +32,7 @@ */ Container::setInstance(new Container); -$version = '2.7.1'; +$version = '2.8.0'; $app = new Application('Laravel Valet', $version); @@ -283,7 +283,7 @@ return info('PHP has been restarted.'); } - + return warning(sprintf('Invalid valet service name [%s]', $service)); })->descriptions('Restart the Valet services'); @@ -303,7 +303,7 @@ return info('Nginx has been stopped.'); case 'php': PhpFpm::stopRunning(); - + return info('PHP has been stopped.'); }