fixed path company_id route issue..

This commit is contained in:
Cüneyt Şentürk 2021-05-06 23:28:18 +03:00
parent 8e7dc3f119
commit 9872d30eef

View File

@ -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;