From 8d4c1ce5bbb56b62265e7a3ced0fe9faae8194ca Mon Sep 17 00:00:00 2001 From: John Houlder Date: Tue, 17 Sep 2024 02:20:14 +0100 Subject: [PATCH] Fix missing php option when trying to run sail:add --- src/Console/AddCommand.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Console/AddCommand.php b/src/Console/AddCommand.php index 9cab9184..c76485e4 100644 --- a/src/Console/AddCommand.php +++ b/src/Console/AddCommand.php @@ -18,6 +18,7 @@ class AddCommand extends Command */ protected $signature = 'sail:add {services? : The services that should be added} + {--php=8.3 : The PHP version that should be used} '; /**