Skip to content

Commit ffb2eb4

Browse files
committed
move request schema
1 parent dd72be0 commit ffb2eb4

27 files changed

Lines changed: 37 additions & 36 deletions

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
- Rename bundle.config.json -> asset-bundles.json (#726)
1111
- Reorganize assets (#726)
1212
- Heavily reorganize templates (#726)
13+
- Move request schema from `schema/` to `schema/requests/` (#726)
1314
- Factor out "system" classes from core Sprinkle
1415
- Refactor overall application lifecycle; move main lifecycle into UserFrosting\System\UserFrosting
1516
- SprinkleManager now better focused on a single responsibility

app/sprinkles/account/schema/account-settings.yaml renamed to app/sprinkles/account/schema/requests/account-settings.yaml

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

app/sprinkles/account/schema/forgot-password.yaml renamed to app/sprinkles/account/schema/requests/forgot-password.yaml

File renamed without changes.
File renamed without changes.

app/sprinkles/account/schema/profile-settings.yaml renamed to app/sprinkles/account/schema/requests/profile-settings.yaml

File renamed without changes.
File renamed without changes.

app/sprinkles/account/schema/resend-verification.yaml renamed to app/sprinkles/account/schema/requests/resend-verification.yaml

File renamed without changes.

0 commit comments

Comments
 (0)