visuddhinanda 2 лет назад
Родитель
Сommit
c5b1efe785
1 измененных файлов с 2 добавлено и 1 удалено
  1. 2 1
      config/database.php

+ 2 - 1
config/database.php

@@ -1,6 +1,7 @@
 <?php
 
 use Illuminate\Support\Str;
+use Illuminate\Support\Facades\Log;
 
 $config = [
 
@@ -157,7 +158,7 @@ $config = [
 ];
 
 
-if(env('APP_ENV'!=='local')){
+if(env('APP_ENV') !== 'local'){
     $config['redis'] = [
 
         'client' => env('REDIS_CLIENT', 'phpredis'),