[files] add private declaration of $view
This commit is contained in:
parent
e2bd32323d
commit
0d8fa2eb98
1 changed files with 1 additions and 0 deletions
|
@ -26,6 +26,7 @@ namespace OCA\Files;
|
|||
|
||||
class App {
|
||||
private $l10n;
|
||||
private $view;
|
||||
|
||||
public function __construct($view, $l10n) {
|
||||
$this->view = $view;
|
||||
|
|
Loading…
Reference in a new issue