Skip to content
This repository was archived by the owner on Jun 28, 2024. It is now read-only.

Commit bf10f7c

Browse files
author
Nicolas Brosy
committed
[Fix brozot#39] Fix log issue with GroupResponse
1 parent b53e009 commit bf10f7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Response/GroupResponse.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ protected function logResponse()
7878
$logger->pushHandler(new StreamHandler(storage_path('logs/laravel-fcm.log')));
7979

8080
$logMessage = "notification send to group: $this->to";
81-
$logMessage .= "with $this->numberTokensSuccess success and $this->Failure failure";
81+
$logMessage .= "with $this->numberTokensSuccess success and $this->numberTokensFailure";
8282

8383
$logger->info($logMessage);
8484
}

0 commit comments

Comments
 (0)