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>2018-12-02 23:03:07 +0300
committerPhie <phie@phie.ovh>2018-12-02 23:03:07 +0300
commit5021b4ed7f834158e260b778b03a1e4a17043a70 (patch)
tree1b36cc32b0269df3ad213527a87518dd8853c5d9 /lib/Command
parentad8cfcaa4bc09424a689223a8448633719db2fb7 (diff)
removing app folder
Diffstat (limited to 'lib/Command')
-rw-r--r--lib/Command/Search.php3
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/Command/Search.php b/lib/Command/Search.php
index 3a517d9..63245f9 100644
--- a/lib/Command/Search.php
+++ b/lib/Command/Search.php
@@ -23,12 +23,11 @@ class Search extends Command {
* @param string $appName
* @param IRootFolder $rootFolder
*/
-public function __construct($AppName, $RootFolder, $AppFolder, $Config){
+public function __construct($AppName, $RootFolder, $Config){
parent::__construct();
$this->appName = $AppName;
$this->Config = $Config;
$this->rootFolder = $RootFolder;
- $this->appFolder = $AppFolder;
}
/**
* @param InputInterface $input