akaunting 3.0 (the last dance)
This commit is contained in:
@ -12,6 +12,12 @@ class ReadOnlyNotification
|
||||
return;
|
||||
}
|
||||
|
||||
$view->getFactory()->startPush('content_content_start', view('partials.read-only'));
|
||||
$notifications = $view->getData()['notifications'];
|
||||
|
||||
$notifications[] = view('components.read-only');
|
||||
|
||||
$view->with([
|
||||
'notifications' => $notifications,
|
||||
]);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user