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: move OpenApiSpec attribute to core namespace for framework-agnostic use
Extract OpenApiSpec attribute from Laravel namespace to
Studio\OpenApiContractTesting and introduce OpenApiSpecResolver trait
with an openApiSpecFallback() hook. The Laravel trait now composes
OpenApiSpecResolver and overrides the fallback for config-based defaults.
0 commit comments