Hi,
I am using version 4.2.4. and when I try use these:
$account = $entityManager->getRepository('Account')->where(array( 'type' => 'Customer', ))->findOne(); doesn't function. It doesn't return account. I was tried different examples, and I am sure that elements are in database. Before, I was worked with 4.1.5. and in this version functioned. Thanks.
I am using version 4.2.4. and when I try use these:
$account = $entityManager->getRepository('Account')->where(array( 'type' => 'Customer', ))->findOne(); doesn't function. It doesn't return account. I was tried different examples, and I am sure that elements are in database. Before, I was worked with 4.1.5. and in this version functioned. Thanks.
Comment