use str class

This commit is contained in:
Taylor Otwell 2018-09-28 15:55:56 -05:00
parent faaabe1cef
commit 361a6b71da
1 changed files with 3 additions and 1 deletions

View File

@ -1,5 +1,7 @@
<?php <?php
use Illuminate\Support\Str;
return [ return [
/* /*
@ -124,7 +126,7 @@
'cookie' => env( 'cookie' => env(
'SESSION_COOKIE', 'SESSION_COOKIE',
str_slug(env('APP_NAME', 'laravel'), '_').'_session' Str::slug(env('APP_NAME', 'laravel'), '_').'_session'
), ),
/* /*