Skip to content

Commit

Permalink
Fix renaming
Browse files Browse the repository at this point in the history
  • Loading branch information
alterphp committed Nov 5, 2018
1 parent a307073 commit d2b933c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Twig/EmbeddedListExtension.php
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ public function getEmbeddedListIdentifier(string $requestUri)
return md5($requestUri);
}

public function guessDefaultFilters(string $objectFqcn, string $parentDocumentProperty, $parentDocument)
public function guessDefaultFilters(string $objectFqcn, string $parentObjectProperty, $parentObject)
{
return $this->embeddedListHelper->guessDefaultFilter($objectFqcn, $parentDocumentProperty, $parentDocument);
return $this->embeddedListHelper->guessDefaultFilter($objectFqcn, $parentObjectProperty, $parentObject);
}
}

0 comments on commit d2b933c

Please sign in to comment.