mirror of
https://github.com/pelican-dev/panel.git
synced 2025-11-09 12:39:30 +01:00
remove default url value
This commit is contained in:
parent
819422acc8
commit
9f854bde46
@ -61,7 +61,7 @@ class MakePluginCommand extends Command
|
|||||||
return;
|
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');
|
$updateUrl = $this->option('updateUrl') ?? $this->ask('Update URL');
|
||||||
$panels = $this->option('panels') ?? $this->choice('Panels', [
|
$panels = $this->option('panels') ?? $this->choice('Panels', [
|
||||||
'admin' => 'Admin Area',
|
'admin' => 'Admin Area',
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user