Skip to content

Commit

Permalink
[MERGE]: Quickfix on Main branch
Browse files Browse the repository at this point in the history
[FIX]: Change validation on getInstallSignature
  • Loading branch information
asciito authored Oct 17, 2023
2 parents fa8198f + e95659a commit d83704c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Package/Concerns/HasInstallCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ public function command(Command $command): int

public function getInstallCommandSignature(): string
{
if (isset($this->commandSignature)) {
if (filled($this->commandSignature)) {
return $this->commandSignature;
}

Expand Down

0 comments on commit d83704c

Please sign in to comment.