Skip to content

Commit

Permalink
Correct log attribute
Browse files Browse the repository at this point in the history
Signed-off-by: Ari Selseng <ari@selseng.net>
  • Loading branch information
ariselseng committed Mar 4, 2019
1 parent 3218e0f commit 1ac9a9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/files_external/lib/Command/Notify.php
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down

0 comments on commit 1ac9a9a

Please sign in to comment.