This commit is contained in:
2021-10-29 13:59:44 +08:00
parent a33b21480c
commit ce030ba93a
3 changed files with 801 additions and 786 deletions

View File

@@ -37,7 +37,6 @@ class IndexController extends AdminController
$form->text('title', '文件名称');
$form->file('cover', '文件')
->move('file/' . date('Y/m/d'))
->uniqueName()
->required();
});
}