升级核心版本

This commit is contained in:
JaguarJack
2021-04-29 08:46:17 +08:00
parent e75af49add
commit 364544303a
5 changed files with 158 additions and 1 deletions

View File

@@ -0,0 +1,12 @@
<?php
namespace catchAdmin\monitor\tables\forms;
use catcher\library\form\FormFactory;
class Factory extends FormFactory
{
public static function from(): string
{
return __NAMESPACE__;
}
}