remove default url value

This commit is contained in:
Boy132 2025-08-07 11:25:57 +02:00
parent 819422acc8
commit 9f854bde46

View File

@ -61,7 +61,7 @@ class MakePluginCommand extends Command
return;
}
$url = $this->option('url') ?? $this->ask('URL', 'https://github.com/' . $author . '/' . $id);
$url = $this->option('url') ?? $this->ask('URL');
$updateUrl = $this->option('updateUrl') ?? $this->ask('Update URL');
$panels = $this->option('panels') ?? $this->choice('Panels', [
'admin' => 'Admin Area',