using public instead
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
This commit is contained in:
@@ -24,7 +24,6 @@
|
|||||||
namespace OCA\Deck\AppInfo;
|
namespace OCA\Deck\AppInfo;
|
||||||
|
|
||||||
use Exception;
|
use Exception;
|
||||||
use OC\FullTextSearch\FullTextSearchManager;
|
|
||||||
use OCA\Deck\Activity\CommentEventHandler;
|
use OCA\Deck\Activity\CommentEventHandler;
|
||||||
use OCA\Deck\Db\Acl;
|
use OCA\Deck\Db\Acl;
|
||||||
use OCA\Deck\Db\AclMapper;
|
use OCA\Deck\Db\AclMapper;
|
||||||
@@ -203,7 +202,7 @@ class Application extends App {
|
|||||||
$c = $this->getContainer();
|
$c = $this->getContainer();
|
||||||
try {
|
try {
|
||||||
$this->fullTextSearchService = $c->query(FullTextSearchService::class);
|
$this->fullTextSearchService = $c->query(FullTextSearchService::class);
|
||||||
$this->fullTextSearchManager = $c->query(FullTextSearchManager::class);
|
$this->fullTextSearchManager = $c->query(IFullTextSearchManager::class);
|
||||||
} catch (Exception $e) {
|
} catch (Exception $e) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user