Skip to content

Commit

Permalink
add conversation ttl to laravel service provider
Browse files Browse the repository at this point in the history
  • Loading branch information
sc committed Aug 4, 2024
1 parent 43e19db commit 2a81dcb
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 2a81dcb

Please sign in to comment.