作者 lyh

gx

@@ -9,5 +9,5 @@ class Image extends Base @@ -9,5 +9,5 @@ class Image extends Base
9 protected $table = 'gl_image'; 9 protected $table = 'gl_image';
10 10
11 //连接数据库 11 //连接数据库
12 -// protected $connection = 'custom_mysql'; 12 + protected $connection = 'custom_mysql';
13 } 13 }