mirror of
https://github.com/silverstripe/silverstripe-userforms.git
synced 2024-10-22 17:05:42 +02:00
8 lines
146 B
PHP
8 lines
146 B
PHP
<?php
|
|
|
|
if (!defined('USERFORMS_DIR')) {
|
|
define('USERFORMS_DIR', basename(__DIR__));
|
|
}
|
|
|
|
Deprecation::notification_version('3.0', 'userforms');
|