Add Themepack::getBaseDir

This commit is contained in:
Alma Armas 2020-08-01 14:30:29 +00:00
parent 37c5ef26e6
commit 2e47732030

View file

@ -38,6 +38,11 @@ class Themepack
return $this->meta->name;
}
function getBaseDir(): string
{
return $this->home;
}
function getVersion(): string
{
return $this->ver;