Skip to content

Commit

Permalink
Fix: install command not publishing panel config (#1868)
Browse files Browse the repository at this point in the history
  • Loading branch information
wychoong authored Aug 15, 2024
1 parent 46fe0d9 commit ea6652c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/core/src/Console/InstallLunar.php
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,6 @@ private function shouldOverwriteConfig(): bool
private function publishConfiguration(bool $forcePublish = false): void
{
$params = [
'--provider' => "Lunar\LunarServiceProvider",
'--tag' => 'lunar',
];

Expand Down

0 comments on commit ea6652c

Please sign in to comment.