Stop using deprecated constant
This commit is contained in:
parent
651c5c3d90
commit
fc6bf472b2
1 changed files with 1 additions and 1 deletions
|
@ -317,7 +317,7 @@ class Config
|
||||||
*/
|
*/
|
||||||
public function getAppVersion()
|
public function getAppVersion()
|
||||||
{
|
{
|
||||||
$version = PrettyVersions::getVersion(Versions::ROOT_PACKAGE_NAME);
|
$version = PrettyVersions::getVersion('rudloff/alltube');
|
||||||
|
|
||||||
return $version->getPrettyVersion();
|
return $version->getPrettyVersion();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue