Skip to content

Commit ac63949

Browse files
committed
wip
Signed-off-by: Mior Muhammad Zaki <[email protected]>
1 parent f5b87e8 commit ac63949

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

tests/Integration/Http/Resources/JsonApi/Fixtures/UserResource.php

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,4 @@ public function toAttributes(Request $request)
2222
'email' => $this->email,
2323
];
2424
}
25-
26-
#[\Override]
27-
public function toType(Request $request)
28-
{
29-
return 'users';
30-
}
3125
}

0 commit comments

Comments
 (0)