diff --git a/.env.example b/.env.example index f534cc3..febc4d0 100644 --- a/.env.example +++ b/.env.example @@ -4,6 +4,7 @@ APP_KEY= APP_DEBUG=true APP_URL=http://localhost APP_TIMEZONE=UTC +DB_TIMEZONE=UTC LOG_CHANNEL=stack LOG_SLACK_WEBHOOK_URL= diff --git a/app/Console/Commands/RunMonitoring.php b/app/Console/Commands/RunMonitoring.php index 756dc93..f24a02f 100644 --- a/app/Console/Commands/RunMonitoring.php +++ b/app/Console/Commands/RunMonitoring.php @@ -47,8 +47,6 @@ class RunMonitoring extends Command */ public function handle() { - $n = DB::select('select now()'); - dd($n); $count = 0; $rounds = $this->argument('rounds') ?? $this->rounds;