delete elasticsearch index when indexing to clean up properly
[phorkie.git] / src / phorkie / Database / Adapter / Null / Setup.php
1 <?php
2 namespace phorkie;
3
4 class Database_Adapter_Null_Setup
5 {
6     public function setup() {}
7     public function reset() {}
8 }
9
10 ?>