• randomonkey's avatar
    Fix undefined notices within MasterSlaveConnection · cfddafc9
    randomonkey authored
    To fix the following notice-level errors:
    
    Notice: Undefined property: Doctrine\DBAL\Connections\MasterSlaveConnection::$_conn in vendor/doctrine/dbal/lib/Doctrine/DBAL/Connections/MasterSlaveConnection.php line 154
    Notice: Undefined index: slave in vendor/doctrine/dbal/lib/Doctrine/DBAL/Connections/MasterSlaveConnection.php line 165
    cfddafc9
MasterSlaveConnection.php 11.3 KB