fixed:冲突

This commit is contained in:
JaguarJack 2021-03-14 07:47:46 +08:00
commit 002ad814e5
2 changed files with 2 additions and 2 deletions

BIN
catch/.DS_Store vendored

Binary file not shown.

View File

@ -194,7 +194,7 @@ abstract class Form
* @time 2021年03月03日
* @param $title
* @param string $value
* @return \FormBuilder\UI\Elm\Components\Upload
* @return mixed
*/
public static function image(string $title, string $value = ''): Upload
{
@ -210,7 +210,7 @@ abstract class Form
* @time 2021年03月03日
* @param $title
* @param array $value
* @return \FormBuilder\UI\Elm\Components\Upload
* @return mixed
*/
public static function images(string $title, array $value = []): Upload
{