Seditio Source
Root |
./othercms/croogo-4.0.7/vendor/friendsofcake/crud/src/Core/Object.php
<?php
// @deprecated Add backwards compat alias. "Object" is protected keyword in PHP 7.2
if (PHP_VERSION_ID < 70200) {
   
class_alias('Crud\Core\BaseObject', 'Crud\Core\Object');
}