We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents bbecda3 + 0975e3b commit 61b46a1Copy full SHA for 61b46a1
1 file changed
src/InspireCms.php
@@ -24,6 +24,7 @@
24
class InspireCms
25
{
26
const CORE_SLUG = 'inspirecms';
27
+
28
const PACKAGE = 'solution-forest/inspirecms-core';
29
30
protected CacheManager $cacheManager;
@@ -43,7 +44,7 @@ public function __construct(CacheManager $cacheManager)
43
44
$this->sections = collect(InspireCmsConfig::get('filament.clusters'))->map(fn ($fqcn, $name) => new ClusterSection($name, $fqcn));
45
}
46
- public static function version(): string|null
47
+ public static function version(): ?string
48
49
return InstalledVersions::getPrettyVersion(static::PACKAGE);
50
0 commit comments