| @@ -4,12 +4,12 @@ | ||
| 4 | 4 | exit; |
| 5 | 5 | } |
| 6 | 6 | |
| 7 | 7 | class Hostinger_Settings { |
| 8 | - private const MYSELF = 'myself'; | |
| 9 | - private const FREELANCER = 'freelancer'; | |
| 10 | - private const DEVELOPER = 'developer'; | |
| 11 | - private const OTHER = 'other'; | |
| 8 | + public const MYSELF = 'myself'; | |
| 9 | + public const FREELANCER = 'freelancer'; | |
| 10 | + public const DEVELOPER = 'developer'; | |
| 11 | + public const OTHER = 'other'; | |
| 12 | 12 | public const BUSINESS_BEGINNER_SEGMENT = 'business_beginner'; |
| 13 | 13 | public const LEARNER_SEGMENT = 'learner'; |
| 14 | 14 | public const BUSINESS_OWNER_SEGMENT = 'business_owner'; |
| 15 | 15 | public const WEBSITE_TYPE_BUSINESS = 'business'; |