Skip to content

Commit 61b46a1

Browse files
committed
Merge remote-tracking branch 'origin/develop' into develop
2 parents bbecda3 + 0975e3b commit 61b46a1

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/InspireCms.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
class InspireCms
2525
{
2626
const CORE_SLUG = 'inspirecms';
27+
2728
const PACKAGE = 'solution-forest/inspirecms-core';
2829

2930
protected CacheManager $cacheManager;
@@ -43,7 +44,7 @@ public function __construct(CacheManager $cacheManager)
4344
$this->sections = collect(InspireCmsConfig::get('filament.clusters'))->map(fn ($fqcn, $name) => new ClusterSection($name, $fqcn));
4445
}
4546

46-
public static function version(): string|null
47+
public static function version(): ?string
4748
{
4849
return InstalledVersions::getPrettyVersion(static::PACKAGE);
4950
}

0 commit comments

Comments
 (0)