Skip to content

Commit

Permalink
Make static helper static
Browse files Browse the repository at this point in the history
  • Loading branch information
caendesilva committed Oct 16, 2023
1 parent 2177944 commit 84688c0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ protected static function welcomeFrame(): string
HTML;
}

protected function getPackageVersion(string $packageName): string
protected static function getPackageVersion(string $packageName): string
{
try {
$prettyVersion = InstalledVersions::getPrettyVersion($packageName);
Expand Down

0 comments on commit 84688c0

Please sign in to comment.