setting ttl to 0

This commit is contained in:
Christophe LATOUR 2017-12-13 14:43:07 +01:00
parent fd2a170214
commit 39d47f9c98

View File

@ -3,5 +3,5 @@
return [
'userModel' => 'App\\Models\\User',
'ttl' => 10,
'ttl' => 0,
];