Skip to content

Commit cb89b51

Browse files
committed
refactor: Initialize Settings prefix property with default 'freemkit' value
1 parent fdf0ecb commit cb89b51

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

includes/admin/class-settings.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ class Settings {
4242
*
4343
* @var string Prefix.
4444
*/
45-
public static $prefix;
45+
public static $prefix = 'freemkit';
4646

4747
/**
4848
* Settings Key.

0 commit comments

Comments
 (0)