Remove "ajax_" prefix from calendar controller.

This commit is contained in:
Alex Tselegidis 2022-01-18 11:49:09 +01:00
parent fac8ff87d2
commit fa60eec728

View file

@ -246,7 +246,7 @@ class Calendar extends EA_Controller {
* Notification emails are send to both provider and customer and the delete action is executed to the Google * Notification emails are send to both provider and customer and the delete action is executed to the Google
* Calendar account of the provider, if the "google_sync" setting is enabled. * Calendar account of the provider, if the "google_sync" setting is enabled.
*/ */
public function ajax_delete_appointment() public function delete_appointment()
{ {
try try
{ {
@ -361,7 +361,7 @@ class Calendar extends EA_Controller {
/** /**
* Delete an unavailable time period from database. * Delete an unavailable time period from database.
*/ */
public function ajax_delete_unavailable() public function delete_unavailable()
{ {
try try
{ {