mirror of
https://github.com/silverqx/TinyORM.git
synced 2026-01-06 10:59:31 -06:00
added Concerns::InteractsWithPivotTable 🤯
Move all pivot related methods for the BelongsToMany relation into the new InteractsWithPivotTable concern. - rvalue overloads for BelongsToMany::as/withPivot - added reserve where possible - whitespaces and formatting - also complete revisit
This commit is contained in:
@@ -118,6 +118,7 @@ headersList += \
|
||||
$$PWD/orm/tiny/relations/basepivot.hpp \
|
||||
$$PWD/orm/tiny/relations/belongsto.hpp \
|
||||
$$PWD/orm/tiny/relations/belongstomany.hpp \
|
||||
$$PWD/orm/tiny/relations/concerns/interactswithpivottable.hpp \
|
||||
$$PWD/orm/tiny/relations/concerns/supportsdefaultmodels.hpp \
|
||||
$$PWD/orm/tiny/relations/hasmany.hpp \
|
||||
$$PWD/orm/tiny/relations/hasone.hpp \
|
||||
|
||||
Reference in New Issue
Block a user