mirror of
https://github.com/nextcloud/ocsms.git
synced 2026-08-11 16:32:55 +00:00
Add a basic FTS provider, for the future
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
<?php
|
||||
namespace OCA\YourNameSpace\Provider;
|
||||
|
||||
use OCA\FullTextSearch\IFullTextSearchProvider;
|
||||
|
||||
class MyProvider implements IFullTextSearchProvider {
|
||||
};
|
||||
?>
|
||||
Reference in New Issue
Block a user