mirror of
https://github.com/elyby/accounts.git
synced 2026-05-02 04:03:56 +05:30
Implemented PHP-CS-Fixer support
This commit is contained in:
@@ -4,6 +4,7 @@ namespace api\modules\session\models\protocols;
|
||||
abstract class BaseHasJoined implements HasJoinedInterface {
|
||||
|
||||
private $username;
|
||||
|
||||
private $serverId;
|
||||
|
||||
public function __construct(string $username, string $serverId) {
|
||||
|
||||
Reference in New Issue
Block a user