Skip to content

Commit 8ff8475

Browse files
authored
Merge pull request #1385 from hydephp/catch-realtime-compiler-dashboard-out-of-bounds-exception
Make static helper static
2 parents cdd0c10 + 08d426f commit 8ff8475

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/realtime-compiler/src/Http/DashboardController.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ protected static function welcomeFrame(): string
171171
HTML;
172172
}
173173

174-
protected function getPackageVersion(string $packageName): string
174+
protected static function getPackageVersion(string $packageName): string
175175
{
176176
try {
177177
$prettyVersion = InstalledVersions::getPrettyVersion($packageName);

0 commit comments

Comments
 (0)