Skip to content

Commit

Permalink
Merge pull request #9 from mak001/default-sort
Browse files Browse the repository at this point in the history
Added default sort for GalleryImage objects
  • Loading branch information
mak001 authored Mar 12, 2019
2 parents f7f1282 + 5e8bb1e commit 8b75614
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/Model/GalleryImage.php
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,11 @@ class GalleryImage extends BaseElementObject
'Content',
);

/**
* @var string
*/
private static $default_sort = 'SortOrder';

/**
* @var string
*/
Expand Down

0 comments on commit 8b75614

Please sign in to comment.