Replaced Moment with Carbon #84

Merged
are0h merged 5 commits from develop into beta 2 years ago
are0h commented 2 years ago (Migrated from koodu.ubiqueros.com)

Moment is deprecated, so that package was removed and replaced with Carbon.

Moment is deprecated, so that package was removed and replaced with Carbon.
are0h commented 2 years ago (Migrated from koodu.ubiqueros.com)

Just take a quick look before merging. Looks good.

Just take a quick look before merging. Looks good.
The pull request has been merged as 75b9728fde.
You can also view command line instructions.

Step 1:

From your project repository, check out a new branch and test the changes.
git checkout -b develop beta
git pull origin develop

Step 2:

Merge the changes and update on Forgejo.
git checkout beta
git merge --no-ff develop
git push origin beta
Sign in to join this conversation.
Loading…
There is no content yet.