add tests batch 20
This commit is contained in:
@@ -9,7 +9,6 @@ class ParentProfileService
|
||||
public function getProfile(int $parentId): ?array
|
||||
{
|
||||
$user = User::query()->find($parentId);
|
||||
|
||||
return $user ? $user->toArray() : null;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user