Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Return slugs in find methods I assume if a "name" is in slug format, that the slug will be the same as the name?! Assumption aside, I don't see any side effects for methods like `findOrCreateFromString` which call these changed functions. * Revert changes to test tests :S * Allow find strings methods to search via slug as well Switch to anonymous migration and void return type for up method (#440) Method for reversing migrations (#442) * Method for reversing migrations * Add missing return type declaration wip Update README.md fix tests Fix styling Update CHANGELOG Return slugs in find methods I assume if a "name" is in slug format, that the slug will be the same as the name?! Assumption aside, I don't see any side effects for methods like `findOrCreateFromString` which call these changed functions. Revert changes to test tests :S allow find from string methods to search slug field Co-authored-by: ziming <[email protected]>
- Loading branch information