作者 刘锟

合并分支 'akun' 到 'master'

Akun



查看合并请求 !420
... ... @@ -803,7 +803,7 @@ class ProjectUpdate extends Command
'image' => $new_img,
'pid' => $pid,
'keywords' => $item['keywords'] ?? '',
'describe' => $item['description'] ?? '',
'describe' => (isset($item['description']) && $item['description']) ? $item['description'] : '',
'original_id' => $item['id'],
'route' => $route
]);
... ...