silverstripe-framework/model/fieldtypes/compat/Float.php
Loz Calver 40bf945322 NEW: PHP 7 compatibility
This patch introduces PHP 7 compatability without breaking semver by adding DBInt
and DBFloat classes, with Int/Float classes that are only loaded into PHP 5 environments
2017-04-05 11:00:04 +10:00

7 lines
40 B
PHP

<?php
class Float extends DBFloat
{
}