3
0
mirror of https://github.com/snipe/snipe-it.git synced 2026-02-16 08:55:57 +00:00

change the other one too

This commit is contained in:
spencerrlongg
2024-10-01 14:26:32 -05:00
parent 9a651b567d
commit 8232618a9f

View File

@ -240,7 +240,7 @@ class AcceptanceController extends Controller
try {
$acceptance->notify(new AcceptanceAssetAcceptedNotification($data));
} catch (\Exception $e) {
Log::error($e);
Log::warning($e);
}
event(new CheckoutAccepted($acceptance));