mirror of
https://github.com/pelican-dev/panel.git
synced 2025-11-08 10:39:27 +01:00
remove default url value
This commit is contained in:
parent
819422acc8
commit
9f854bde46
@ -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',
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user