diff options
Diffstat (limited to 'src/phorkie/Database.php')
| -rw-r--r-- | src/phorkie/Database.php | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/phorkie/Database.php b/src/phorkie/Database.php index 9df6d8c..e9a75a1 100644 --- a/src/phorkie/Database.php +++ b/src/phorkie/Database.php @@ -13,6 +13,10 @@ class Database return new Indexer_Elasticsearch(); } + public function getSetup() + { + return new Database_Setup_Elasticsearch(); + } } ?> |
