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