diff --git a/app/Http/ViewComposers/Notifications.php b/app/Http/ViewComposers/Notifications.php index 41beec734..8d16b1284 100644 --- a/app/Http/ViewComposers/Notifications.php +++ b/app/Http/ViewComposers/Notifications.php @@ -40,6 +40,7 @@ class Notifications $message = str_replace('#path#', $path, $notification->message); $message = str_replace('#token#', csrf_token(), $message); $message = str_replace('#url#', route('dashboard'), $message); + $message = str_replace('#company_id#', company_id(), $message); if (!setting('notifications.' . $notification->path . '.' . $notification->id . '.status', 1)) { continue;