init
This commit is contained in:
10
app/Models/OriginUser.php
Normal file
10
app/Models/OriginUser.php
Normal file
@@ -0,0 +1,10 @@
|
||||
<?php
|
||||
|
||||
namespace App\Models;
|
||||
|
||||
class OriginUser extends Model
|
||||
{
|
||||
protected $connection = 'mysql_tx';
|
||||
|
||||
protected $table = 'dtalk_addr_backup';
|
||||
}
|
||||
Reference in New Issue
Block a user