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

feat(relations): allow to hide or rename pivot attribute on belongsTo… #433

Merged
merged 5 commits into from
Jan 12, 2020

Commits on Apr 11, 2019

  1. feat(relations): allow to hide or rename pivot attribute on belongsTo…

    …Many relations
    Italo Izaac committed Apr 11, 2019
    Configuration menu
    Copy the full SHA
    d30eb2b View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2019

  1. feat(relations): small refactor and new test added to belongsToMany r…

    …elation
    
    - rename `_isHiddenPivotKey` to `_isHiddenPivotAttribute`
    - new test added to increase coverage on belongsToMany
    Italo Izaac committed Apr 12, 2019
    Configuration menu
    Copy the full SHA
    999b020 View commit details
    Browse the repository at this point in the history
  2. feat(relations): adding renamed methods that were forgotten in the pr…

    …evious commit.
    Italo Izaac committed Apr 12, 2019
    Configuration menu
    Copy the full SHA
    8a82b77 View commit details
    Browse the repository at this point in the history
  3. feat(relations): fix failing tests

    Italo Izaac committed Apr 12, 2019
    Configuration menu
    Copy the full SHA
    9257efd View commit details
    Browse the repository at this point in the history
  4. feat(relations): fix coverage decreased and remove unnecessary if sta…

    …tement.
    Italo Izaac committed Apr 12, 2019
    Configuration menu
    Copy the full SHA
    8b95787 View commit details
    Browse the repository at this point in the history