summaryrefslogtreecommitdiffstats
path: root/db/folder.php
diff options
context:
space:
mode:
Diffstat (limited to 'db/folder.php')
-rw-r--r--db/folder.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/db/folder.php b/db/folder.php
index 851fae6d8..ed536e18c 100644
--- a/db/folder.php
+++ b/db/folder.php
@@ -45,9 +45,9 @@ class Folder extends Entity implements IAPI {
public function toAPI() {
- return array(
+ return [
'id' => $this->getId(),
'name' => $this->getName()
- );
+ ];
}
} \ No newline at end of file