Browse Source

Merge branch 'dev'

master
Guillaume Bourgeois 5 years ago
parent
commit
cd23de7540
1 changed files with 0 additions and 2 deletions
  1. +0
    -2
      backend/models/MailForm.php

+ 0
- 2
backend/models/MailForm.php View File

@@ -178,8 +178,6 @@ Produits disponibles :
$response = $mj->post(\Mailjet\Resources::$Email, ['body' => $body]);
}
$response = $mj->post(\Mailjet\Resources::$Email, ['body' => $body]);
return $response->success() ;
}


Loading…
Cancel
Save