Skip to content

Commit

Permalink
chore: remove legacy polyfill
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewhilton committed Jul 29, 2024
1 parent 3421663 commit 08c0ecf
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions classes/privacy/provider.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,11 @@
*/
namespace tool_objectfs\privacy;
use core_privacy\local\metadata\null_provider;
use core_privacy\local\legacy_polyfill;
/**
* Class provider
* @package tool_objectfs
*/
class provider implements null_provider {
use legacy_polyfill;
/**
* Get the language string identifier with the component's language
* file to explain why this plugin stores no data.
Expand Down

0 comments on commit 08c0ecf

Please sign in to comment.