|
...
|
...
|
@@ -13,7 +13,7 @@ use App\Models\Base; |
|
|
|
|
|
|
|
class CustomModuleExtentContent extends Base
|
|
|
|
{
|
|
|
|
protected $table = 'gl_custom_module_extent_content';
|
|
|
|
protected $table = 'gl_custom_module_extend_content';
|
|
|
|
//连接数据库
|
|
|
|
protected $connection = 'custom_mysql';
|
|
|
|
} |
...
|
...
|
|