景好勇win11 4 months ago
parent
commit
400a15bbb9
2 changed files with 2 additions and 2 deletions
  1. 1 1
      .env
  2. 1 1
      app/Providers/AppServiceProvider.php

+ 1 - 1
.env

@@ -75,7 +75,7 @@ AWS_USE_PATH_STYLE_ENDPOINT=true
 
 VITE_APP_NAME="${APP_NAME}"
 
-YOUR_AUTH_KEY=198|vphjL7gSiSUIO6U9J7rXU6W8Rbi9MBfF5D0k5oAob229a223
+YOUR_AUTH_KEY=264|EhLKiFPKfVJZBPmueCy6A8ph89ddKVwpD57mgHCre67036d0
 
 XDEBUG_MODE=debug
 XDEBUG_CONFIG="client_port=9003"

+ 1 - 1
app/Providers/AppServiceProvider.php

@@ -23,7 +23,7 @@ class AppServiceProvider extends ServiceProvider
     {
         if (config('app.debug')) {
             DB::listen(function ($query) {
-                Log::debug('sql: '.$query->sql, [
+                Log::debug('sql: ' . $query->sql, [
                     'bindings' => $query->bindings,
                     'time' => $query->time,
                 ]);