Skip to content

Commit

Permalink
Fix for get_string 4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
sokunthearithmakara committed Mar 19, 2024
1 parent dcec36d commit 6929a9e
Show file tree
Hide file tree
Showing 3 changed files with 190 additions and 114 deletions.
11 changes: 0 additions & 11 deletions classes/privacy/provider.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,3 @@
* @package enrol_gapply
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
*/
class provider implements \core_privacy\local\metadata\null_provider {
/**
* Get the language string identifier with the component's language
* file to explain why this plugin stores no data.
*
* @return string
*/
public static function get_reason() : string {
return 'privacy:metadata';
}
}
Loading

0 comments on commit 6929a9e

Please sign in to comment.