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