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
+1 -1
View File
@@ -148,7 +148,7 @@ class DemoSeedCommandTest extends TestCase
$this->assertTrue(
Member::query()
->where('owner_ref', $user->public_id)
->where('user_ref', 'demo-pro-receptionist@ladill.com')
->where('user_ref', 'demo-pro-queue@ladill.com')
->where('role', 'receptionist')
->exists()
);