mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-03 16:51:40 +09:00
4 lines
148 B
PHP
4 lines
148 B
PHP
<?php
|
|
|
|
class_alias('Rhymix\Modules\Extravar\Models\ValueCollection', 'ExtraVar');
|
|
class_alias('Rhymix\Modules\Extravar\Models\Value', 'ExtraItem');
|