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} '; /**