Merge branch '256-privacy-policy-for-warranty' of gitlab.com:jankstudio/resq into 256-privacy-policy-for-warranty

This commit is contained in:
Korina Cordero 2019-08-28 02:27:21 +00:00
commit b7c5bad80b
2 changed files with 3 additions and 1 deletions

View file

@ -18,6 +18,8 @@ access_keys:
label: Cancel
- id: warranty.delete
label: Delete
- id: warranty.set.privacypolicy
label: Set Privacy Policy
- id: batterybrand
label: Battery Brand Access
acls:

View file

@ -382,7 +382,7 @@ class Warranty
return true;
}
public function setPrivacyPolicy(PrivacyPolicy $privacy_policy)
public function setPrivacyPolicy($privacy_policy)
{
$this->privacy_policy = $privacy_policy;
return $this;