2022-08-18 21:08:03 +02:00
|
|
|
<?php
|
2022-08-20 05:04:29 +02:00
|
|
|
namespace App\AppBundle;
|
2022-08-18 21:08:03 +02:00
|
|
|
use Doctrine\DBAL\Connection;
|
|
|
|
|
|
|
|
class ConnectionObservations extends Connection
|
|
|
|
{
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
// Reference: https://stackoverflow.com/questions/46235336/autowire-specific-dbal-connection-when-using-multiple-of-them
|