1
0
mirror of https://github.com/AlexKrunch/AnonIB-3D.git synced 2024-09-30 15:55:26 -04:00
AnonIB-3D/ready2use/srv/php/Libs/Lazer/Classes/Relation.php

10 lines
118 B
PHP
Raw Normal View History

2019-08-17 04:21:07 -04:00
<?php
namespace Lazer\Classes;
include "Core/Relation.php";
class Relation extends Core_Relation {
}