Hash
Illuminate database refresh function only uses read connection for fetching data. This might let your application have a chance to face read after write problems. Laravel has supported this issue since 9.x. Looks like upgrading the application is the only solution for now.