Removed comment from Order.php listener file

This commit is contained in:
jitendra 2019-09-20 19:38:42 +05:30
parent 7a56f5761f
commit aa6f5affc0
1 changed files with 3 additions and 3 deletions

View File

@ -58,11 +58,11 @@ class Order {
*/
public function sendNewRefundMail($refund)
{
// try {
try {
Mail::queue(new NewRefundNotification($refund));
// } catch (\Exception $e) {
} catch (\Exception $e) {
// }
}
}
/**