Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
deck-web
logger
Commits
aa45a3d6
Commit
aa45a3d6
authored
3 years ago
by
Ильнур Табулдин
Browse files
Options
Download
Email Patches
Plain Diff
s
parent
22dfddc1
master
#1
1-
develop
v1.1.5
v1.1.4
v1.1.3
v1.1.2
v1.1.1
v1.1.0
v1.0.9
v1.0.8
v1.0.7
v1.0.6
v1.0.5
v1.0.4
v1.0.3
v1.0.2
v1.0.1
v1.0.0
v0.8.0
v0.7.6
v0.7.5
v0.7.4
v0.7.3
v0.7.2
v0.7.1
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/api/models/Logger/LoggerSearch.php
+1
-1
src/api/models/Logger/LoggerSearch.php
with
1 addition
and
1 deletion
+1
-1
src/api/models/Logger/LoggerSearch.php
+
1
-
1
View file @
aa45a3d6
...
...
@@ -26,7 +26,7 @@ class LoggerSearch extends LoggerSerializer
$dataProvider
=
new
ActiveDataProvider
([
'query'
=>
$query
,
'sort'
=>
[
'defaultOrder'
=>
[
'defaultOrder'
=>
[
'created_at'
=>
SORT_DESC
]],
[
'defaultOrder'
=>
[
'created_at'
=>
SORT_DESC
]],
]
]);
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Projects
Groups
Snippets
Help