Commit 05ab70da authored by Clément Schreiner's avatar Clément Schreiner
Browse files

Correct entity name.

parent bf60da0d
......@@ -51,7 +51,7 @@ class SimilarPackage(PluginResult):
pass
orm.mapper(SimilarResult, inherits=plugin_result_mapper,
polymorphic_identity = 'semantic')
polymorphic_identity = 'similar')
class SimilarPlugin(BasePlugin):
result_model = SimilarResult
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment