LM-Commons / LmcUser

A generic user registration and authentication module for Laminas. Supports Laminas\Db and Doctrine2. (Formerly ZfcUser)
BSD 3-Clause "New" or "Revised" License
15 stars 16 forks source link

`LmcUser\Db\Adapter\MasterSlaveAdapter` has the wrong namespace #98

Open visto9259 opened 2 weeks ago

visto9259 commented 2 weeks ago

Bug Report

Q A
Version(s) 3.7.0

Summary

The namespace of LmcUser\Db\Adapter\MasterSlaveAdapter is set to ZfcBase\Db\Adapter.

It should be LmcUser\Db\Adapter

The fact that no one reported this in the last 4 years, is an indication that it must not be used...