Notice: Main Branch Reset
The main branch was accidentally updated with unintended commits. To resolve this issue, the branch has been reset to commit ba0bf36a443c48eb81d76cbe506dadf848af9a42 ("feat: add Laravel 12 support").
What happened
- Unintended commits were pushed to the main branch
- The branch has been reset to the correct state using
git reset --hard followed by a force push
For contributors
If you have a local copy of this repository:
- Run
git fetch origin
- Run
git reset --hard origin/main to align with the corrected branch
If you were working with the briefly published incorrect version, please create a new branch from your local changes before resetting.
Notice: Main Branch Reset
The main branch was accidentally updated with unintended commits. To resolve this issue, the branch has been reset to commit
ba0bf36a443c48eb81d76cbe506dadf848af9a42("feat: add Laravel 12 support").What happened
git reset --hardfollowed by a force pushFor contributors
If you have a local copy of this repository:
git fetch origingit reset --hard origin/mainto align with the corrected branchIf you were working with the briefly published incorrect version, please create a new branch from your local changes before resetting.