mirror of
https://github.com/elyby/accounts.git
synced 2024-11-01 00:13:06 +05:30
7 lines
104 B
PHP
7 lines
104 B
PHP
|
<?php
|
||
|
namespace api\modules\session\models\protocols;
|
||
|
|
||
|
class LegacyHasJoined extends BaseHasJoined {
|
||
|
|
||
|
}
|