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 354e6f5 commit 68785f9Copy full SHA for 68785f9
src/Endpoint/Concerns/IncludesData.php
@@ -17,20 +17,6 @@ public function defaultInclude(array $include): static
17
return $this;
18
}
19
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
32
33
34
private function getInclude(Context $context): array
35
{
36
if (
0 commit comments