Skip to content

Commit

Permalink
Removes duplicates
Browse files Browse the repository at this point in the history
  • Loading branch information
greeflas committed Nov 13, 2017
1 parent 311507d commit d8bf5da
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/backend/views/default/view.php
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@
}
],
'alt',
'views_count',
[
'attribute' => 'valid_from',
'format' => ['date', 'y-M-dd'],
Expand All @@ -75,9 +76,6 @@
'attribute' => 'valid_until',
'format' => ['date', 'y-M-dd'],
],
'views_count',
'valid_from:datetime',
'valid_until:datetime',
'published:boolean',
'created_at:datetime',
'updated_at:datetime',
Expand Down

0 comments on commit d8bf5da

Please sign in to comment.