nm bugfix + pagination default order params
This commit is contained in:
@@ -2,6 +2,9 @@
|
||||
|
||||
namespace Core\Objects\DatabaseEntity\Attribute;
|
||||
|
||||
// Unmanaged NM table, e.g. #[Multiple(Group::class)] for property 'groups' in User::class will create a
|
||||
// table called NM_User_groups with just two columns (user_id, group_id)
|
||||
|
||||
#[\Attribute(\Attribute::TARGET_PROPERTY)]
|
||||
class Multiple {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user