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