1
0
mirror of https://github.com/maximebf/php-debugbar.git synced 2025-07-23 09:41:48 +02:00

Deprecate Doctrine for php-debugbar/doctrine-bridge

This commit is contained in:
Barry vd. Heuvel
2025-07-21 11:19:30 +02:00
committed by GitHub
parent b28d2ebc22
commit def3d45755

View File

@@ -29,6 +29,8 @@ use Doctrine\ORM\EntityManager;
* $entityManager->getConnection()->getConfiguration()->setSQLLogger($debugStack);
* $debugbar->addCollector(new DoctrineCollector($debugStack));
* </code>
*
* @deprecated use https://github.com/php-debugbar/doctrine-bridge instead
*/
class DoctrineCollector extends DataCollector implements Renderable, AssetProvider
{