This commit is contained in:
James Cole
2025-02-21 06:18:11 +01:00
parent 54990308f6
commit 9921c5a925
4 changed files with 19 additions and 15 deletions

View File

@@ -90,6 +90,7 @@ class StoreController extends Controller
$data['user'] = auth()->user();
$data['user_group'] = $this->userGroup;
Log::channel('audit')->info('Store new transaction over API.', $data);
try {