From 7b999e994bd09f9760a9c1a4d24f55261ae43b89 Mon Sep 17 00:00:00 2001 From: Axel <1597611+axeloz@users.noreply.github.com> Date: Mon, 20 Dec 2021 22:59:08 +0100 Subject: [PATCH] Fixing time --- app/Console/Commands/RunMonitoring.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/app/Console/Commands/RunMonitoring.php b/app/Console/Commands/RunMonitoring.php index f24a02f..619e99c 100644 --- a/app/Console/Commands/RunMonitoring.php +++ b/app/Console/Commands/RunMonitoring.php @@ -59,9 +59,8 @@ class RunMonitoring extends Command ->where('active', 1) ->orderBy('last_execution', 'ASC') ->take($rounds) - //->get() + ->get() ; - dd($tasks->toSql()); if (is_null($tasks) || count($tasks) == 0) { $this->info('No task to process, going back to sleep');