Removed comment from Order.php listener file
This commit is contained in:
parent
7a56f5761f
commit
aa6f5affc0
|
|
@ -58,11 +58,11 @@ class Order {
|
|||
*/
|
||||
public function sendNewRefundMail($refund)
|
||||
{
|
||||
// try {
|
||||
try {
|
||||
Mail::queue(new NewRefundNotification($refund));
|
||||
// } catch (\Exception $e) {
|
||||
} catch (\Exception $e) {
|
||||
|
||||
// }
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Reference in New Issue