You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, thanks for the detailed report. Just to be sure, can you confirm if composer require stancl/tenancy:3.x-dev fixes the issue for you (since our tests likely won't be affected by the change at all)?
Bug description
If you use
CacheManager breaks in line 29 because it assumes
$parameters
is int-indexed, which it isn't if you use named parameters.Steps to reproduce
see above
Expected behavior
No error.
Wrapping
$parameters
in an array_values call should be fine in these specific circumstances and fix the issue.Laravel version
11.23.5
stancl/tenancy version
3.8.4
The text was updated successfully, but these errors were encountered: