Correct typo

This commit is contained in:
Alex Tselegidis 2024-01-04 21:56:50 +01:00
parent 10383d407b
commit 87cb1e190b
1 changed files with 1 additions and 1 deletions

View File

@ -63,7 +63,7 @@ class Notifications
bool $manage_mode = false,
): void {
try {
$current_language = config('english');
$current_language = config('language');
$customer_link = site_url('booking/reschedule/' . $appointment['hash']);