Skip to content

Commit

Permalink
Fix config var name
Browse files Browse the repository at this point in the history
  • Loading branch information
alies-dev committed May 14, 2024
1 parent c941d9e commit 703cc8b
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions src/Laravel/config/telegramdialogs.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,7 @@
'cache_store' => env('TELEGRAM_DIALOGS_CACHE_DRIVER', 'database'),

/*
* If the cache driver you configured supports tags, you may specify a tag name here.
* All stored dialogs will be tagged. When clearing, the dialogs only items with that tag will be flushed.
* @see https://laravel.com/docs/9.x/cache#cache-tags
* You may use a string or an array here.
* This prefix will be used in addition to Laravel’s prefix: "$laravelPrefix$telegramPrefix$key"
*/
'cache_tag' => env('TELEGRAM_DIALOGS_CACHE_TAG', 'tg_dialog_'),
'cache_prefix' => env('TELEGRAM_DIALOGS_CACHE_PREFIX', 'tg_dialog_'),
];

0 comments on commit 703cc8b

Please sign in to comment.