mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-03 16:51:40 +09:00
Remove Object alias for BaseObject
This commit is contained in:
parent
1375f79539
commit
1c10981113
1 changed files with 0 additions and 8 deletions
|
|
@ -324,13 +324,5 @@ class BaseObject
|
|||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* Alias to Object for backward compatibility.
|
||||
*/
|
||||
if (version_compare(PHP_VERSION, '7.2', '<'))
|
||||
{
|
||||
class_alias('BaseObject', 'Object');
|
||||
}
|
||||
|
||||
/* End of file Object.class.php */
|
||||
/* Location: ./classes/object/Object.class.php */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue