update php Dockerfile

This commit is contained in:
xiaomlove
2025-05-06 11:18:48 +07:00
parent 9a3daabf18
commit ea0f49bc46
5 changed files with 29 additions and 7 deletions

View File

@@ -34,7 +34,7 @@ class PluginStoreResource extends Resource
public static function getNavigationBadge(): ?string
{
return PluginStore::getHasNewVersionCount();
return PluginStore::getHasNewVersionCount() ?: '';
}
public static function form(Form $form): Form