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:
@@ -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
|
||||
{
|
||||
|
Reference in New Issue
Block a user