Skip to content

Commit 9f08aa0

Browse files
Update README.md.
1 parent dbd6126 commit 9f08aa0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ For getting the <b>USER_ID</b>, right-click the user-icon of the person whom you
5151
In order to notify all the users like `@all`, Set ```LOG_GOOGLE_CHAT_NOTIFY_USER_ID_DEFAULT=all```. Also, you can set multiple USER_IDs as comma separated value.
5252
In order to notify different users for different log levels, you can set the corresponding env keys mentioned to configure in the `logging.php` file.
5353

54-
Now, you can add custom additional logs to the Google chat message by passing a closure function to the GoogleChatHandler::$additionalLogs property. The request object will be passed as first argument to the closure while calling.
54+
Now, you can add custom additional logs to the Google chat message by passing a closure function to the GoogleChatHandler::$additionalLogs property.
5555
```php
5656
use Enigma\GoogleChatHandler;
5757
use Illuminate\Http\Request;

0 commit comments

Comments
 (0)