We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a973921 commit 7d4785fCopy full SHA for 7d4785f
src/Models/Tag.php
@@ -20,9 +20,9 @@ public function delete()
20
$this->request->request(
21
sprintf(
22
'organizations/%s/tags/%s/sites?entity=%s',
23
- $membership->getOrganization()->id,
+ $membership->attributes->organization_id,
24
$this->id,
25
- $membership->getSite()->id
+ $membership->attributes->site_id
26
),
27
['method' => 'delete',]
28
);
0 commit comments