Merge branch '256-privacy-policy-for-warranty' of gitlab.com:jankstudio/resq into 256-privacy-policy-for-warranty
This commit is contained in:
commit
b7c5bad80b
2 changed files with 3 additions and 1 deletions
|
|
@ -18,6 +18,8 @@ access_keys:
|
||||||
label: Cancel
|
label: Cancel
|
||||||
- id: warranty.delete
|
- id: warranty.delete
|
||||||
label: Delete
|
label: Delete
|
||||||
|
- id: warranty.set.privacypolicy
|
||||||
|
label: Set Privacy Policy
|
||||||
- id: batterybrand
|
- id: batterybrand
|
||||||
label: Battery Brand Access
|
label: Battery Brand Access
|
||||||
acls:
|
acls:
|
||||||
|
|
|
||||||
|
|
@ -382,7 +382,7 @@ class Warranty
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
public function setPrivacyPolicy(PrivacyPolicy $privacy_policy)
|
public function setPrivacyPolicy($privacy_policy)
|
||||||
{
|
{
|
||||||
$this->privacy_policy = $privacy_policy;
|
$this->privacy_policy = $privacy_policy;
|
||||||
return $this;
|
return $this;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue