set logger in constructor

This commit is contained in:
Bjoern Schiessle 2015-07-28 14:16:36 +02:00 committed by Lukas Reschke
parent c34e63bb1f
commit 2c8fa54881

View file

@ -78,6 +78,7 @@ class EncryptionController extends Controller {
$this->connection = $connection;
$this->view = $view;
$this->userManager = $userManager;
$this->logger = $logger;
}
/**