Remove lodash package

This commit is contained in:
DariusIII
2019-10-14 13:43:36 +02:00
parent eece05ea5b
commit b92bdd4ca4
5 changed files with 4 additions and 112 deletions
-1
View File
@@ -127,7 +127,6 @@ return [
'options' => [
'cluster' => env('REDIS_CLUSTER', 'redis'),
'prefix' => Str::slug(env('APP_NAME', 'laravel'), '_').'_database_',
'serializer' => 'igbinary',
],
'default' => [
'url' => env('REDIS_URL'),