mirror of
https://github.com/nextcloud/server.git
synced 2026-06-12 18:21:40 -04:00
Correct log attribute
Signed-off-by: Ari Selseng <ari@selseng.net>
This commit is contained in:
parent
df2f290726
commit
47f30f5b23
1 changed files with 1 additions and 1 deletions
|
|
@ -51,7 +51,7 @@ class Notify extends Base {
|
|||
/** @var \OCP\DB\QueryBuilder\IQueryBuilder */
|
||||
private $updateQuery;
|
||||
/** @var ILogger */
|
||||
private $log;
|
||||
private $logger;
|
||||
|
||||
function __construct(GlobalStoragesService $globalService, IDBConnection $connection, ILogger $logger) {
|
||||
parent::__construct();
|
||||
|
|
|
|||
Loading…
Reference in a new issue