X-Git-Url: https://git.cweiske.de/phorkie.git/blobdiff_plain/1a8bb56c72ad34cf159e03b97a467e5e35a614c5..3c83676016bce1727f0046f4aad7865be8a71fd4:/src/phorkie/Database.php?ds=sidebyside diff --git a/src/phorkie/Database.php b/src/phorkie/Database.php index add38be..e9a75a1 100644 --- a/src/phorkie/Database.php +++ b/src/phorkie/Database.php @@ -10,9 +10,13 @@ class Database public function getIndexer() { - //FIXME + return new Indexer_Elasticsearch(); } + public function getSetup() + { + return new Database_Setup_Elasticsearch(); + } } ?>