You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Move Role/ObjectRepositoryRoleProvider.php, its factory and the corresponding test cases to a separate library to remove the the dependency on Doctrine.
The use of Doctrine is optional but yet a dependency on Doctrine is required to avoid any confusion and conflicts.
Suggested plan:
Create a separate library for the Doctrine related role provider
Deprecate the existing Role/ObjectRepositoryRoleProvider.php and remove in the future (release v2?)
The text was updated successfully, but these errors were encountered:
Given the wide usage of Doctrine, this is probably not a required enhancement.
visto9259
changed the title
Move ObjectRepositoryRoleProvider to a separate library
Proposed: Move ObjectRepositoryRoleProvider to a separate library
May 23, 2024
Move
Role/ObjectRepositoryRoleProvider.php
, its factory and the corresponding test cases to a separate library to remove the the dependency on Doctrine.The use of Doctrine is optional but yet a dependency on Doctrine is required to avoid any confusion and conflicts.
Suggested plan:
Role/ObjectRepositoryRoleProvider.php
and remove in the future (release v2?)The text was updated successfully, but these errors were encountered: