diff --git a/src/Commands/PublishCommand.php b/src/Commands/PublishCommand.php index d8eb4b88..8883469a 100644 --- a/src/Commands/PublishCommand.php +++ b/src/Commands/PublishCommand.php @@ -7,6 +7,7 @@ use Illuminate\Support\Str; use Native\Electron\Concerns\LocatesPhpBinary; use Native\Electron\Facades\Updater; +use function Laravel\Prompts\select; class PublishCommand extends Command {