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
|
||||
- id: warranty.delete
|
||||
label: Delete
|
||||
- id: warranty.set.privacypolicy
|
||||
label: Set Privacy Policy
|
||||
- id: batterybrand
|
||||
label: Battery Brand Access
|
||||
acls:
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue