master
Marc CHEVALDONNE 2 years ago
parent 8b72b6c67a
commit 208df71788

@ -424,6 +424,8 @@ class Appointments extends EA_Controller {
*/ */
public function ajax_register_appointment() public function ajax_register_appointment()
{ {
throw new Exception('mon test');
try try
{ {
$post_data = $this->input->post('post_data'); $post_data = $this->input->post('post_data');

@ -82,7 +82,7 @@ class Email {
* *
* @throws \PHPMailer\PHPMailer\Exception * @throws \PHPMailer\PHPMailer\Exception
*/ */
public function send_appointment_details( public function (
array $appointment, array $appointment,
array $provider, array $provider,
array $service, array $service,

Loading…
Cancel
Save