We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d3bc98d commit 3af1d26Copy full SHA for 3af1d26
reference/configuration/doctrine.rst
@@ -158,7 +158,7 @@ you can access it using the ``getConnection()`` method and the name of the conne
158
public function someMethod(ManagerRegistry $doctrine)
159
{
160
$connection = $doctrine->getConnection('customer');
161
- $result = $connection->fetchAll('SELECT name FROM customer');
+ $result = $connection->fetchAllAssociative('SELECT name FROM customer');
162
163
// ...
164
}
0 commit comments