Fix typo in property name
This commit is contained in:
@ -29,7 +29,7 @@ class Module extends BaseModule
|
|||||||
* - Forgot me button in profile view.
|
* - Forgot me button in profile view.
|
||||||
* - Download my data button in profile
|
* - Download my data button in profile
|
||||||
*/
|
*/
|
||||||
public $enableGPDRcompliance = false;
|
public $enableGDPRcompliance = false;
|
||||||
/**
|
/**
|
||||||
* @var null|array|string with the url to privacy policy.
|
* @var null|array|string with the url to privacy policy.
|
||||||
* Must be in the same format as yii/helpers/Url::to requires.
|
* Must be in the same format as yii/helpers/Url::to requires.
|
||||||
|
|||||||
Reference in New Issue
Block a user