add:标签,球馆
This commit is contained in:
32
addons/address/Address.php
Normal file
32
addons/address/Address.php
Normal file
@@ -0,0 +1,32 @@
|
||||
<?php
|
||||
|
||||
namespace addons\address;
|
||||
|
||||
use think\Addons;
|
||||
|
||||
/**
|
||||
* 地址选择
|
||||
* @author [MiniLing] <[laozheyouxiang@163.com]>
|
||||
*/
|
||||
class Address extends Addons
|
||||
{
|
||||
|
||||
/**
|
||||
* 插件安装方法
|
||||
* @return bool
|
||||
*/
|
||||
public function install()
|
||||
{
|
||||
return true;
|
||||
}
|
||||
|
||||
/**
|
||||
* 插件卸载方法
|
||||
* @return bool
|
||||
*/
|
||||
public function uninstall()
|
||||
{
|
||||
return true;
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user