Skip to content
  • P
    Projects
  • G
    Groups
  • S
    Snippets
  • Help

朱继来 / 后台订单管理

  • This project
    • Loading...
  • Sign in
Go to a project
  • Project
  • Repository
  • Issues 0
  • Merge Requests 0
  • Pipelines
  • Wiki
  • Snippets
  • Settings
  • Activity
  • Graph
  • Charts
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • Files
  • Commits
  • Branches
  • Tags
  • Contributors
  • Graph
  • Compare
  • Charts
Commit aecbf32a authored 3 years ago by 朱继来's avatar 朱继来
Browse files
Options
  • _('Browse Files')
  • Download
  • Email Patches
  • Plain Diff

调整

parent 6fbcddcf
Show whitespace changes
Inline Side-by-side
Showing with 1 additions and 1 deletions
  • app/Model/KefuModel.php
app/Model/KefuModel.php
View file @ aecbf32a
...@@ -8,7 +8,7 @@ use DB; ...@@ -8,7 +8,7 @@ use DB;
class KefuModel extends Model class KefuModel extends Model
{ {
protected $connection = 'order'; protected $connection = 'web';
protected $table = 'lie_kefu'; protected $table = 'lie_kefu';
protected $primaryKey = 'id'; protected $primaryKey = 'id';
protected $guarded = ['id']; protected $guarded = ['id'];
......
This diff is collapsed. Click to expand it.
  • Write
  • Preview
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment