Skip to content

Commit 68785f9

Browse files
committed
chore: remove mutation methods
1 parent 354e6f5 commit 68785f9

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

src/Endpoint/Concerns/IncludesData.php

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -17,20 +17,6 @@ public function defaultInclude(array $include): static
1717
return $this;
1818
}
1919

20-
public function addDefaultInclude(array $include): static
21-
{
22-
$this->defaultInclude = array_merge($this->defaultInclude ?? [], $include);
23-
24-
return $this;
25-
}
26-
27-
public function removeDefaultInclude(array $include): static
28-
{
29-
$this->defaultInclude = array_diff($this->defaultInclude ?? [], $include);
30-
31-
return $this;
32-
}
33-
3420
private function getInclude(Context $context): array
3521
{
3622
if (

0 commit comments

Comments
 (0)