diff --git a/action.yaml b/action.yaml index b5bcb05..c663343 100644 --- a/action.yaml +++ b/action.yaml @@ -53,7 +53,7 @@ inputs: Code Structure - Validation - Business logic should be in service class - - Don't repeat yourself (DRY) + - Dont repeat yourself (DRY) - Prefer to use Eloquent over using Query Builder and raw SQL queries. Prefer collections over arrays - Mass assignment - Do not execute queries in Blade templates and use eager loading (N + 1 problem)