1
0
Fork 0
mirror of https://github.com/archtechx/tenancy.git synced 2026-08-06 19:54:04 +00:00

Rename copyAuthState to copyAuthProperties

This commit is contained in:
lukinovec 2026-07-17 11:05:36 +02:00
parent 23149473a9
commit 64538eadaa
2 changed files with 10 additions and 9 deletions

View file

@ -225,7 +225,7 @@ test('tenant broadcast manager receives the custom driver creators of the centra
expect(array_keys(invade(app(BroadcastManager::class))->customCreators))->toEqualCanonicalizing($originalDrivers);
});
test('tenant broadcasters receive the auth state of the broadcaster bound in central context', function () {
test('tenant broadcasters receive the auth properties of the broadcaster bound in central context', function () {
config([
'tenancy.bootstrappers' => [BroadcastingConfigBootstrapper::class],
'broadcasting.default' => 'testing',