From 4a36d03729575af3e6178c7db06d362f99ec18f0 Mon Sep 17 00:00:00 2001 From: Axel <1597611+axeloz@users.noreply.github.com> Date: Mon, 20 Dec 2021 22:58:37 +0100 Subject: [PATCH] Fixing time --- .env.example | 1 + app/Console/Commands/RunMonitoring.php | 2 -- 2 files changed, 1 insertion(+), 2 deletions(-) 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;