Fixing time

This commit is contained in:
Axel 2021-12-20 22:58:37 +01:00
parent 68d37f6db8
commit 4a36d03729
2 changed files with 1 additions and 2 deletions

View file

@ -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=

View file

@ -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;