remove Logs::

This commit is contained in:
Andras Bacsai
2023-07-26 13:33:48 +02:00
parent 9321cc3de8
commit 98d057a2ac
4 changed files with 7 additions and 7 deletions

View File

@@ -43,7 +43,7 @@ class ApplicationContainerStatusJob implements ShouldQueue, ShouldBeUnique
$this->application->save();
}
} catch (\Exception $e) {
Log::error($e->getMessage());
ray($e->getMessage());
}
}
}