Created
November 14, 2021 14:48
-
-
Save leben-jp/12f664e3d2bdd12de8c9052e5ee938e7 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
//降順 | |
User::newest()->get(); | |
//昇順 | |
User::oldest()->get(); | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment