aboutsummaryrefslogtreecommitdiff
path: root/app/Models/Tag.php
diff options
context:
space:
mode:
Diffstat (limited to 'app/Models/Tag.php')
-rw-r--r--app/Models/Tag.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Models/Tag.php b/app/Models/Tag.php
index 3eb989cc1..0d50e356c 100644
--- a/app/Models/Tag.php
+++ b/app/Models/Tag.php
@@ -3,7 +3,7 @@
class FreshRSS_Tag extends Minz_Model {
private $id = 0;
private $name;
- private $attributes = array();
+ private $attributes = [];
private $nbEntries = -1;
private $nbUnread = -1;