正在显示
1 个修改的文件
包含
0 行增加
和
2 行删除
| @@ -11,8 +11,6 @@ class DeployBuild extends Base | @@ -11,8 +11,6 @@ class DeployBuild extends Base | ||
| 11 | { | 11 | { |
| 12 | //设置关联表名 | 12 | //设置关联表名 |
| 13 | protected $table = 'gl_project_deploy_build'; | 13 | protected $table = 'gl_project_deploy_build'; |
| 14 | - protected $appends = ['test_domain']; | ||
| 15 | - | ||
| 16 | 14 | ||
| 17 | public function setPlanAttribute($value){ | 15 | public function setPlanAttribute($value){ |
| 18 | $this->attributes['plan'] = Arr::arrToSet($value, 'trim'); | 16 | $this->attributes['plan'] = Arr::arrToSet($value, 'trim'); |
-
请 注册 或 登录 后发表评论