silverstripe-userforms/_config.php

8 lines
142 B
PHP

<?php
if(!defined('USERFORMS_DIR')) {
define('USERFORMS_DIR', basename(__DIR__));
}
Deprecation::notification_version('3.0', 'userforms');