formatting

This commit is contained in:
Taylor Otwell 2017-06-29 13:36:21 -05:00
parent 28719679b7
commit df5b100521
1 changed files with 4 additions and 1 deletions

View File

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