aboutsummaryrefslogtreecommitdiff
path: root/app/Models/UserQuery.php
diff options
context:
space:
mode:
Diffstat (limited to 'app/Models/UserQuery.php')
-rw-r--r--app/Models/UserQuery.php12
1 files changed, 6 insertions, 6 deletions
diff --git a/app/Models/UserQuery.php b/app/Models/UserQuery.php
index a5a5a6ce2..88ddd3629 100644
--- a/app/Models/UserQuery.php
+++ b/app/Models/UserQuery.php
@@ -59,12 +59,12 @@ class FreshRSS_UserQuery {
*/
public function toArray() {
return array_filter(array(
- 'get' => $this->get,
- 'name' => $this->name,
- 'order' => $this->order,
- 'search' => $this->search->__toString(),
- 'state' => $this->state,
- 'url' => $this->url,
+ 'get' => $this->get,
+ 'name' => $this->name,
+ 'order' => $this->order,
+ 'search' => $this->search->__toString(),
+ 'state' => $this->state,
+ 'url' => $this->url,
));
}