This commit is contained in:
2024-02-05 16:33:54 +05:00
parent 3d9adf8c0e
commit a44f20cce1

View File

@@ -117,6 +117,6 @@ function storeResourceEvent(string $name, array $data, Request $request): void
json_encode($after),
));
} catch (Exception $e) {
Log::error('Error in storeResourceEvent() helpers', $e);
Log::error('Error in storeResourceEvent() helpers', ['error' => $e]);
}
}