Fixing time
This commit is contained in:
parent
68d37f6db8
commit
4a36d03729
2 changed files with 1 additions and 2 deletions
|
@ -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=
|
||||
|
|
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue