Strip healthcare packaging and Care integration from Queue.
Deploy Ladill Queue / deploy (push) Successful in 3m12s

Queue is general-purpose QMS only; Care runs its own native engine.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
isaacclad
2026-07-18 10:15:32 +00:00
co-authored by Cursor
parent b5ffa499b9
commit b208e59bd0
16 changed files with 123 additions and 501 deletions
@@ -12,7 +12,7 @@ class EnsureQueueIntegration
public function handle(Request $request, Closure $next): Response
{
$caller = (string) $request->attributes->get('service_caller', '');
if (! in_array($caller, ['care', 'frontdesk'], true)) {
if ($caller !== 'frontdesk') {
return $next($request);
}