increase days

This commit is contained in:
Taylor Otwell 2018-09-27 09:01:45 -05:00
parent c60ff60679
commit cd8dd76b67
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@
'driver' => 'daily', 'driver' => 'daily',
'path' => storage_path('logs/laravel.log'), 'path' => storage_path('logs/laravel.log'),
'level' => 'debug', 'level' => 'debug',
'days' => 30, 'days' => 14,
], ],
'slack' => [ 'slack' => [