Skip to content

Instantly share code, notes, and snippets.

@leben-jp
Created November 14, 2021 14:48
Show Gist options
  • Save leben-jp/12f664e3d2bdd12de8c9052e5ee938e7 to your computer and use it in GitHub Desktop.
Save leben-jp/12f664e3d2bdd12de8c9052e5ee938e7 to your computer and use it in GitHub Desktop.
//降順
User::newest()->get();
//昇順
User::oldest()->get();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment