mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-14 20:40:49 +08:00
update php Dockerfile
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user