mirror of
https://github.com/elyby/accounts.git
synced 2025-05-31 14:11:46 +05:30
Fixes ACCOUNTS-5FF. Handle 204 response from Chrly.
This commit is contained in:
@@ -21,6 +21,17 @@ return [
|
||||
}
|
||||
};
|
||||
},
|
||||
common\components\SkinSystem\Api::class => function() {
|
||||
return new class extends common\components\SkinSystem\Api {
|
||||
public function textures(string $username): ?array {
|
||||
return [
|
||||
'SKIN' => [
|
||||
'url' => 'http://localhost/skin.png',
|
||||
],
|
||||
];
|
||||
}
|
||||
};
|
||||
},
|
||||
],
|
||||
],
|
||||
];
|
||||
|
Reference in New Issue
Block a user