mirror of
https://github.com/jikan-me/jikan-rest.git
synced 2025-02-20 11:23:35 +08:00
fix incorrect mangalist caching table
This commit is contained in:
parent
d756dadbec
commit
fef71ddefc
@ -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')
|
||||
],
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user