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
Hello! I am not sure whether this is a typo or not, but looks like it is. Exact match query has ->where('locale', $siteHandle) condition but a few lines below a regex match query has ->where('site', $siteHandle) instead. The eloquent repository has site in both of these places.
Hello! I am not sure whether this is a typo or not, but looks like it is. Exact match query has
->where('locale', $siteHandle)
condition but a few lines below a regex match query has->where('site', $siteHandle)
instead. The eloquent repository hassite
in both of these places.statamic-redirect/src/Stache/Redirects/RedirectRepository.php
Line 42 in f0aadd6
vs
statamic-redirect/src/Stache/Redirects/RedirectRepository.php
Line 60 in f0aadd6
The text was updated successfully, but these errors were encountered: