param)) { return json_decode($this->param,1); } else { return null; } } public function property() { return $this->hasOne("App\Models\Property",'id','property_id')->select(['id', 'name', 'country']); } }