You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

19 lines
257 B

<?php
/**
* Created by 花密欧团队.
* User: 云掌.帮德
* Date: 2020/3/5 13:34
* Desc:
*/
namespace app\facade;
use think\facade;
class Test extends Facade
{
public static function getFacadeClass()
{
return 'test\Test';
}
}