Added missing order mapping
Change-Id: Ief396b09cf15c44f4c166f3e9fcfcd7d7e3685f8 Signed-off-by: smarcet <smarcet@gmail.com>
This commit is contained in:
parent
8c7ded4a88
commit
a0d461e1f9
@ -56,6 +56,7 @@ final class DoctrineProjectSponsorshipTypeRepository
|
|||||||
return [
|
return [
|
||||||
'id' => 'e.id',
|
'id' => 'e.id',
|
||||||
'name' => 'e.name',
|
'name' => 'e.name',
|
||||||
|
'order'=> 'e.order',
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user