modified plugin sort
This commit is contained in:
parent
89adc4d8d1
commit
8de7f7e08c
|
|
@ -21,13 +21,13 @@ use Illuminate\Support\Str;
|
|||
class Plugin implements Arrayable, \ArrayAccess
|
||||
{
|
||||
public const TYPES = [
|
||||
'shipping', // 配送方式
|
||||
'payment', // 支付方式
|
||||
'shipping', // 配送方式
|
||||
'theme', // 主题模板
|
||||
'feature', // 功能模块
|
||||
'total', // 订单金额
|
||||
'social', // 社交网络
|
||||
'feature', // 功能模块
|
||||
'language', // 语言翻译
|
||||
'theme', // 主题模板
|
||||
];
|
||||
|
||||
protected $type;
|
||||
|
|
|
|||
Loading…
Reference in New Issue