update:更新权限系统
This commit is contained in:
12
catch/permissions/tables/forms/Factory.php
Normal file
12
catch/permissions/tables/forms/Factory.php
Normal file
@@ -0,0 +1,12 @@
|
||||
<?php
|
||||
namespace catchAdmin\permissions\tables\forms;
|
||||
|
||||
use catcher\library\form\FormFactory;
|
||||
|
||||
class Factory extends FormFactory
|
||||
{
|
||||
public static function from(): string
|
||||
{
|
||||
return __NAMESPACE__;
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user