diff options
Diffstat (limited to 'src/engine/VyOSElasticModernFulltextStorageEngine.php')
| -rw-r--r-- | src/engine/VyOSElasticModernFulltextStorageEngine.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/engine/VyOSElasticModernFulltextStorageEngine.php b/src/engine/VyOSElasticModernFulltextStorageEngine.php index d10bac7..755bc2d 100644 --- a/src/engine/VyOSElasticModernFulltextStorageEngine.php +++ b/src/engine/VyOSElasticModernFulltextStorageEngine.php @@ -4,7 +4,7 @@ * Placeholder for the engine class. Real implementation grows in Phase 3-4. * Tasks E1-E8 replace the throwing stubs below with working code. */ -class VyOSElasticModernFulltextStorageEngine +final class VyOSElasticModernFulltextStorageEngine extends PhabricatorFulltextStorageEngine { public function getEngineIdentifier() { |
