Skip to content
Snippets Groups Projects
Commit 0d8fa2eb authored by Morris Jobke's avatar Morris Jobke
Browse files

[files] add private declaration of $view

parent e2bd3232
Branches
No related tags found
No related merge requests found
......@@ -26,6 +26,7 @@ namespace OCA\Files;
class App {
private $l10n;
private $view;
public function __construct($view, $l10n) {
$this->view = $view;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment