Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/CarnetApp/CarnetNextcloud.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhie <phie@phie.ovh>2020-03-29 19:39:26 +0300
committerPhie <phie@phie.ovh>2020-03-29 19:39:26 +0300
commitae581b9425c1df1f754e800f408f1e09f970067f (patch)
tree37a89b8bb9719dbc3d97a20285cfa85141474ed2 /lib/Controller
parent0f9f3677445767d95fdab62602af8153227ae407 (diff)
moving Search out of commands
Diffstat (limited to 'lib/Controller')
-rwxr-xr-xlib/Controller/NoteController.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Controller/NoteController.php b/lib/Controller/NoteController.php
index 6c131f9..7a6ed5e 100755
--- a/lib/Controller/NoteController.php
+++ b/lib/Controller/NoteController.php
@@ -11,7 +11,7 @@
use OCA\Carnet\Misc\NoteUtils;
use OCA\Carnet\Misc\CacheManager;
use OCP\IDBConnection;
- use OCA\Carnet\Command\Search;
+ use OCA\Carnet\Misc\Search;
//require_once 'vendor/autoload.php';
class MyZipFile extends \PhpZip\ZipFile {