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:
@ -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));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user