aboutsummaryrefslogtreecommitdiff
path: root/src/phorkie/Database.php
diff options
context:
space:
mode:
Diffstat (limited to 'src/phorkie/Database.php')
-rw-r--r--src/phorkie/Database.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/phorkie/Database.php b/src/phorkie/Database.php
index add38be..9df6d8c 100644
--- a/src/phorkie/Database.php
+++ b/src/phorkie/Database.php
@@ -10,7 +10,7 @@ class Database
public function getIndexer()
{
- //FIXME
+ return new Indexer_Elasticsearch();
}
}