接口修改13
This commit is contained in:
parent
01f9b4b160
commit
f58eb5a821
@ -14,5 +14,5 @@
|
|||||||
class ProductOrderLog extends Model
|
class ProductOrderLog extends Model
|
||||||
{
|
{
|
||||||
// 设置当前模型的数据库连接
|
// 设置当前模型的数据库连接
|
||||||
protected $connection = 'shop_lihaink_com';
|
protected $connection = 'shop';
|
||||||
}
|
}
|
@ -14,5 +14,5 @@
|
|||||||
class StoreProduct extends Model
|
class StoreProduct extends Model
|
||||||
{
|
{
|
||||||
// 设置当前模型的数据库连接
|
// 设置当前模型的数据库连接
|
||||||
protected $connection = 'shop_lihaink_com';
|
protected $connection = 'shop';
|
||||||
}
|
}
|
Loading…
x
Reference in New Issue
Block a user