modified plugin sort

This commit is contained in:
Edward Yang 2023-05-10 15:03:27 +08:00
parent 89adc4d8d1
commit 8de7f7e08c
1 changed files with 3 additions and 3 deletions

View File

@ -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;