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.
1 parent fcc4d40 commit efdff3cCopy full SHA for efdff3c
src/Version.php
@@ -19,7 +19,7 @@ final class Version
19
public static function id(): string
20
{
21
if (self::$version === '') {
22
- self::$version = (new VersionId('10.0', dirname(__DIR__)))->getVersion();
+ self::$version = (new VersionId('10.0', dirname(__DIR__)))->asString();
23
}
24
25
return self::$version;
0 commit comments