mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
f842ee2eec
See: https://github.com/php-fig/fig-standards/blob/master/proposed/phpdoc-tags.md#55-deprecated
11 lines
199 B
PHP
11 lines
199 B
PHP
<?php
|
|
|
|
/**
|
|
* @deprecated 4.0.0:5.0.0
|
|
*
|
|
* Placeholder empty file
|
|
*/
|
|
use SilverStripe\Dev\Deprecation;
|
|
|
|
Deprecation::notice('5.0', 'ConfigureFromEnv.php is deprecated', Deprecation::SCOPE_GLOBAL);
|