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
This allows extending of the service provider class without having to copy everything over wholesale.
(I'm extending the service provider class to load my extended version of the TNTSearch class that slightly alters the search query to use `LIKE '%xxx%'` instead of `LIKE 'xxx%'.)
0 commit comments