Skip to content

Commit 12568c3

Browse files
committed
fix: wip
1 parent 6d1dcba commit 12568c3

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

src/Eager/RelatedCollection.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,6 @@ public function inRequest(RestifyRequest $request, Repository $repository): self
145145
public function mapIntoRelated(RestifyRequest $request, Repository $repository): self
146146
{
147147
return $this->map(function ($value, $key) {
148-
ray($value)->green();
149148
return tap(
150149
Related::make($key, $value instanceof EagerField ? $value : null),
151150
function (Related $related) use ($value) {

tests/MCP/McpFieldsIntegrationTest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -382,7 +382,6 @@ public function mcpAllowsIndex(): bool
382382
$toolsData = $toolsResponse->json();
383383

384384

385-
ray($toolsData);
386385
// Find the post index tool name
387386
$availableTools = collect($toolsData['result']['tools'])->pluck('name')->toArray();
388387
$postIndexToolName = collect($availableTools)->filter(

0 commit comments

Comments
 (0)