메시지 입력 버그 수정 중

This commit is contained in:
2018-04-16 02:06:05 +09:00
parent 1d0fb7151d
commit 3ad4032239
4 changed files with 22 additions and 8 deletions
+4 -1
View File
@@ -32,7 +32,10 @@ class MessageTarget extends Target {
$this->icon = $icon;
}
public static function buildFromArray(array $arr) : MessageTarget
/**
* @return MessageTarget
*/
public static function buildFromArray($arr)
{
if(!$arr){
return null;