Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support user defined repositories #857

Merged
merged 2 commits into from Oct 16, 2018
Merged

Support user defined repositories #857

merged 2 commits into from Oct 16, 2018

Commits on Oct 12, 2018

  1. Support user defined repositories

    A verification was done with EntityRepository inheritance. This commit drop it in
    favor of a check on interface ObjectRepository which allow user to define its own
    complete repository.
    Nek- committed Oct 12, 2018
    Copy the full SHA
    76cf83f View commit details
    Browse the repository at this point in the history
  2. Fix compatibility with older versions

    Older versions of PHP does not support the current implementation
    so I changed it. Also in order to be able to run the test suite with
    old versions of Doctrine, this change was also required (because
    the interface differ).
    Nek- committed Oct 12, 2018
    Copy the full SHA
    9d3a0a6 View commit details
    Browse the repository at this point in the history