Added missing order mapping

Change-Id: Ief396b09cf15c44f4c166f3e9fcfcd7d7e3685f8
Signed-off-by: smarcet <smarcet@gmail.com>
This commit is contained in:
smarcet 2021-04-12 16:59:23 -03:00
parent 8c7ded4a88
commit a0d461e1f9

View File

@ -56,6 +56,7 @@ final class DoctrineProjectSponsorshipTypeRepository
return [
'id' => 'e.id',
'name' => 'e.name',
'order'=> 'e.order',
];
}