Apply fixes from StyleCI

[ci skip] [skip ci]
This commit is contained in:
HDVinnie
2021-08-11 19:20:11 +00:00
committed by StyleCI Bot
parent 291593ae06
commit 46e5bc3f95
+1
View File
@@ -164,6 +164,7 @@ if (! function_exists('language_flag')) {
'Vietnamese' => 'vn',
default => null,
};
return $flag !== null ? '/img/flags/'.$flag.'.png' : null;
}
}