Skip to content

Commit

Permalink
Merge pull request #25 from iwex/master
Browse files Browse the repository at this point in the history
Add conversation ttl to laravel service provider
  • Loading branch information
sergix44 authored Aug 4, 2024
2 parents 43e19db + 2a81dcb commit c68b48d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/NutgramServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ public function register()
Configuration::DEFAULT_ALLOWED_UPDATES),
pollingLimit: config('nutgram.config.polling.limit', Configuration::DEFAULT_POLLING_LIMIT),
enableHttp2: config('nutgram.config.enable_http2', Configuration::DEFAULT_ENABLE_HTTP2),
conversationTtl: config('nutgram.config.conversation_ttl', Configuration::DEFAULT_CONVERSATION_TTL)
);

if ($app->runningUnitTests()) {
Expand Down

0 comments on commit c68b48d

Please sign in to comment.