Skip to content

Commit

Permalink
Merge pull request #95 from three-cos/patch-1
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
alies-dev authored May 11, 2024
2 parents dd7212c + 387a8dc commit c0ec068
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/backend/conventions--laravel.md
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ It's always better to use for specific column names. Examples:

- `created_at` -> `registered_at`, `issued_at`, etc
- `updated_at` -> `reviewed_at`, etc
- `deleted_at` -> `rejected_at`, `caleled_at`, etc
- `deleted_at` -> `rejected_at`, `canceled_at`, etc

## Eloquent Factories

Expand Down

0 comments on commit c0ec068

Please sign in to comment.