mirror of
https://github.com/silverstripe/silverstripe-fulltextsearch
synced 2024-10-22 14:05:29 +02:00
6 lines
115 B
PHP
6 lines
115 B
PHP
|
<?php
|
||
|
|
||
|
use SilverStripe\Dev\Deprecation;
|
||
|
|
||
|
Deprecation::notification_version('3.0', 'silverstripe/fulltextsearch');
|