正在显示
1 个修改的文件
包含
0 行增加
和
2 行删除
| @@ -31,8 +31,6 @@ class ProjectServer extends BaseService | @@ -31,8 +31,6 @@ class ProjectServer extends BaseService | ||
| 31 | if(!$project->mysqlConfig){ | 31 | if(!$project->mysqlConfig){ |
| 32 | return false; | 32 | return false; |
| 33 | } | 33 | } |
| 34 | - var_dump($project->databaseName()); | ||
| 35 | - die(); | ||
| 36 | // 设置 database.connections.custom_mysql 配置 | 34 | // 设置 database.connections.custom_mysql 配置 |
| 37 | config(['database.connections.custom_mysql.host' => $project->mysqlConfig->host]); | 35 | config(['database.connections.custom_mysql.host' => $project->mysqlConfig->host]); |
| 38 | config(['database.connections.custom_mysql.port' => $project->mysqlConfig->port]); | 36 | config(['database.connections.custom_mysql.port' => $project->mysqlConfig->port]); |
-
请 注册 或 登录 后发表评论