Skip to content

Commit 2d25b25

Browse files
author
David Castro
committed
INT-13322: Removing privacy polyfill.
1 parent d344cf8 commit 2d25b25

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

classes/privacy/provider.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,15 +33,14 @@
3333
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
3434
*/
3535
class provider implements \core_privacy\local\metadata\null_provider {
36-
use \core_privacy\local\legacy_polyfill;
3736

3837
/**
3938
* Get the language string identifier with the component's language
4039
* file to explain why this plugin stores no data.
4140
*
4241
* @return string
4342
*/
44-
public static function _get_reason() {
43+
public static function get_reason() : string {
4544
return 'privacy:metadata';
4645
}
4746
}

0 commit comments

Comments
 (0)