Merge "[dev] use skin name constant instead of string"

This commit is contained in:
jenkins-bot 2020-05-18 22:41:13 +00:00 committed by Gerrit Code Review
commit 35b0675c5d
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ use Vector\Constants;
* @unstable
*/
class SkinVector extends SkinTemplate {
public $skinname = 'vector';
public $skinname = Constants::SKIN_NAME;
public $stylename = 'Vector';
public $template = 'VectorTemplate';