mirror of
https://github.com/elyby/accounts.git
synced 2025-05-31 14:11:46 +05:30
Remove usage of codeception/specify and fzaninotto/faker
This commit is contained in:
@@ -25,8 +25,8 @@ return [
|
||||
}
|
||||
};
|
||||
},
|
||||
common\components\SkinSystem\Api::class => function() {
|
||||
return new class extends common\components\SkinSystem\Api {
|
||||
common\components\SkinsSystemApi::class => function() {
|
||||
return new class extends common\components\SkinsSystemApi {
|
||||
public function textures(string $username): ?array {
|
||||
return [
|
||||
'SKIN' => [
|
||||
|
Reference in New Issue
Block a user