1
0
Fork 0
mirror of https://github.com/archtechx/tenancy.git synced 2026-02-05 08:44:04 +00:00

Correct comment

This commit is contained in:
lukinovec 2025-01-08 13:09:00 +01:00
parent f83554add5
commit 1b09973429

View file

@ -37,7 +37,7 @@ test('runForMultiple runs the passed closure for the right tenants', function()
};
// tenancy()->runForMultiple([], ...) shouldn't do anything
// No users should be created -- the closure should not be run at all
// No users should be created -- the closure should not run at all
tenancy()->runForMultiple([], $createUser('none'));
// Try the same with an empty collection -- the result should be the same for any traversable
tenancy()->runForMultiple(collect(), $createUser('none'));