Apply fixes from StyleCI

This commit is contained in:
StyleCI Bot
2024-03-31 18:33:35 +00:00
parent 821c0d1c3c
commit fd4ce12409
3 changed files with 7 additions and 7 deletions

View File

@@ -13,7 +13,7 @@ function getRoleIcon($roleName): string
'Support' => 'gm-support.png',
];
return asset('img/' . $roleIcons[$roleName]);
return asset('img/'.$roleIcons[$roleName]);
}
function getAverageColorFromImageUrl($imageUrl): string