fix incorrect mangalist caching table

This commit is contained in:
Irfan 2020-11-27 19:54:59 +05:00
parent d756dadbec
commit fef71ddefc

View File

@ -258,7 +258,7 @@ return [
'ttl' => env('CACHE_USERLIST_EXPIRE')
],
'UserController@mangalist' => [
'table_name' => 'users_animelist',
'table_name' => 'users_mangalist',
'ttl' => env('CACHE_USERLIST_EXPIRE')
],