作者 lyh

gx

@@ -8,5 +8,5 @@ class File extends Base @@ -8,5 +8,5 @@ class File extends Base
8 { 8 {
9 protected $table = 'gl_file'; 9 protected $table = 'gl_file';
10 //连接数据库 10 //连接数据库
11 - protected $connection = 'custom_mysql'; 11 +// protected $connection = 'custom_mysql';
12 } 12 }
@@ -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 }