Skip to content

Commit

Permalink
Revert "Add getObjectsReferencingUser to Resolver (#69)"
Browse files Browse the repository at this point in the history
This reverts commit e23076f.
  • Loading branch information
mattamon authored Nov 26, 2024
1 parent b2b6291 commit b11c612
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 13 deletions.
8 changes: 0 additions & 8 deletions src/Models/DataObject/DataObjectServiceResolver.php
Original file line number Diff line number Diff line change
Expand Up @@ -70,12 +70,4 @@ public function enrichLayoutDefinition(
): void {
Service::enrichLayoutDefinition($layout, $object, $context);
}

/**
* @return Concrete[]
*/
public function getObjectsReferencingUser(int $userId): array
{
return Service::getObjectsReferencingUser($userId);
}
}
5 changes: 0 additions & 5 deletions src/Models/DataObject/DataObjectServiceResolverInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,4 @@ public function enrichLayoutDefinition(
Concrete $object = null,
array $context = []
): void;

/**
* @return Concrete[]
*/
public function getObjectsReferencingUser(int $userId): array;
}

0 comments on commit b11c612

Please sign in to comment.