Skip to content

Commit

Permalink
remove duplicated paragraph
Browse files Browse the repository at this point in the history
  • Loading branch information
leemyongpakvn committed Nov 16, 2023
1 parent 92a6e0f commit c87ddf4
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions modules/concepts/doctrine/_index.md
Expand Up @@ -311,8 +311,6 @@ class YourModuleListCommentsModuleFrontController extends ModuleFrontController
$entityManager = $this->container->get('doctrine.orm.entity_manager');
$productCommentRepository = $entityManager->getRepository(ProductComment::class);

//The repository has automatic methods available, it is able to creating query conditions
//based on the name of the function you used
/*
** The repository has automatic methods available, it is able to creating query conditions
** based on the name of the function you used. An equivalent way to make this call could be:
Expand Down

0 comments on commit c87ddf4

Please sign in to comment.