Merge pull request #94 from creative-commoners/pulls/3.4/no-deprecations

FIX Don't use deprecated API
This commit is contained in:
Maxime Rainville 2023-03-28 11:18:04 +13:00 committed by GitHub
commit 6ef3acd518
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 14 deletions

View File

@ -1,14 +0,0 @@
<?php
/**
* Default configuration settings for the Spam Protection module.
*
* You should not put your own configuration in here rather use your
* mysite/_config.php file
*
* @package spamprotection
*/
use SilverStripe\Dev\Deprecation;
Deprecation::notification_version('3.0', 'spamprotection');