adding userModel

This commit is contained in:
Christophe LATOUR 2017-10-24 16:55:31 +02:00
parent 363fc2b8c9
commit c2bcccc176
3 changed files with 6 additions and 0 deletions

View File

@ -1,5 +1,7 @@
<?php
return [
'userModel' => 'App\\Models\\User',
'ttl' => 0,
];

View File

@ -1,5 +1,7 @@
<?php
return [
'userModel' => 'App\\Models\\User',
'ttl' => 0,
];

View File

@ -1,5 +1,7 @@
<?php
return [
'userModel' => 'App\\Models\\User',
'ttl' => 10,
];