Skip to content

Commit

Permalink
Remove unnecessary space (#467)
Browse files Browse the repository at this point in the history
Credit to @rubenvanerk
  • Loading branch information
rubenvanerk authored and Luke Towers committed Sep 19, 2019
1 parent 53241f8 commit 60558f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion models/Post.php
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ class Post extends Model
public static $allowedSortingOptions = [
'title asc' => 'rainlab.blog::lang.sorting.title_asc',
'title desc' => 'rainlab.blog::lang.sorting.title_desc',
'created_at asc ' => 'rainlab.blog::lang.sorting.created_asc',
'created_at asc' => 'rainlab.blog::lang.sorting.created_asc',
'created_at desc' => 'rainlab.blog::lang.sorting.created_desc',
'updated_at asc' => 'rainlab.blog::lang.sorting.updated_asc',
'updated_at desc' => 'rainlab.blog::lang.sorting.updated_desc',
Expand Down

0 comments on commit 60558f8

Please sign in to comment.