formatting

This commit is contained in:
Taylor Otwell 2017-06-29 13:36:21 -05:00
parent 28719679b7
commit df5b100521

View File

@ -122,7 +122,10 @@ return [
|
*/
'cookie' => env('SESSION_COOKIE', str_slug(env('APP_NAME', 'laravel'), '_').'_session'),
'cookie' => env(
'SESSION_COOKIE',
str_slug(env('APP_NAME', 'laravel'), '_').'_session'
),
/*
|--------------------------------------------------------------------------