[dev] use skin name constant instead of string

Use centralized symbol for "vector" instead of hardcoded string.

Change-Id: I44d6b3e64cd424b6624ce5c050616e5bb281fbc8
This commit is contained in:
Stephen Niedzielski 2020-05-18 14:56:13 -06:00
parent 8eb631b05f
commit 4d96738c7b
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';