mirror of
https://github.com/silverstripe/silverstripe-spamprotection.git
synced 2024-10-22 14:05:59 +02:00
Merge pull request #94 from creative-commoners/pulls/3.4/no-deprecations
FIX Don't use deprecated API
This commit is contained in:
commit
6ef3acd518
14
_config.php
14
_config.php
@ -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');
|
|
Loading…
Reference in New Issue
Block a user