mirror of
https://github.com/elyby/accounts.git
synced 2025-05-31 14:11:46 +05:30
Make Chrly's domain configurable
This commit is contained in:
@@ -26,7 +26,7 @@ return [
|
||||
};
|
||||
},
|
||||
common\components\SkinsSystemApi::class => function() {
|
||||
return new class extends common\components\SkinsSystemApi {
|
||||
return new class('http://chrly.ely.by') extends common\components\SkinsSystemApi {
|
||||
public function textures(string $username): ?array {
|
||||
return [
|
||||
'SKIN' => [
|
||||
|
Reference in New Issue
Block a user