first commit
This commit is contained in:
12
app/common/model/WechatApp.php
Normal file
12
app/common/model/WechatApp.php
Normal file
@@ -0,0 +1,12 @@
|
||||
<?php
|
||||
namespace app\common\model;
|
||||
|
||||
use Illuminate\Database\Eloquent\Model;
|
||||
|
||||
class WechatApp extends Model
|
||||
{
|
||||
protected $table = 'wechat_apps';
|
||||
protected $guarded = [];
|
||||
protected $hidden = ['updated_at', 'app_secret'];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user