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
Refactor SiteURIFactory to use injected App config
Replaces usage of global config(App::class) with the injected $appConfig property in SiteURIFactory. Updates related test to pass App config instance directly, improving test isolation and code clarity.
0 commit comments