|
...
|
...
|
@@ -11,8 +11,6 @@ class DeployBuild extends Base |
|
|
|
{
|
|
|
|
//设置关联表名
|
|
|
|
protected $table = 'gl_project_deploy_build';
|
|
|
|
protected $appends = ['test_domain'];
|
|
|
|
|
|
|
|
|
|
|
|
public function setPlanAttribute($value){
|
|
|
|
$this->attributes['plan'] = Arr::arrToSet($value, 'trim');
|
...
|
...
|
|