fix: skin foreign key

This commit is contained in:
Rico van Zelst
2023-11-08 14:39:17 +01:00
parent 4b02cafaa2
commit 68231197d0
4 changed files with 13 additions and 5 deletions

View File

@@ -2,7 +2,7 @@
use Intervention\Image\ImageManagerStatic as Image;
function getRoleIcon($roleName)
function getRoleIcon($roleName): string
{
$roleIcons = [
'Toplane' => 'gm-top.png',