first commit
This commit is contained in:
18
modules/Wechat/app/Models/MemberSocial.php
Normal file
18
modules/Wechat/app/Models/MemberSocial.php
Normal file
@@ -0,0 +1,18 @@
|
||||
<?php
|
||||
// +----------------------------------------------------------------------
|
||||
// | SentCMS [ WE CAN DO IT JUST THINK IT ]
|
||||
// +----------------------------------------------------------------------
|
||||
// | Copyright (c) 2024 http://www.tensent.cn All rights reserved.
|
||||
// +----------------------------------------------------------------------
|
||||
// | Author: molong <molong@tensent.cn> <http://www.tensent.cn>
|
||||
// +----------------------------------------------------------------------
|
||||
namespace Modules\Wechat\Models;
|
||||
|
||||
use App\Models\BaseModel;
|
||||
|
||||
class MemberSocial extends BaseModel {
|
||||
|
||||
protected $table = 'member_social';
|
||||
protected $fillable = ['nickname', 'member_id', 'type', 'gender', 'openid', 'avatar', 'county', 'province', 'city', 'language', 'unionid'];
|
||||
// protected $hidden = ['deleted_at'];
|
||||
}
|
||||
Reference in New Issue
Block a user