mirror of
https://github.com/snipe/snipe-it.git
synced 2025-01-11 22:07:29 -08:00
change the other one too
This commit is contained in:
parent
9a651b567d
commit
8232618a9f
|
@ -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));
|
||||
|
||||
|
|
Loading…
Reference in a new issue