From 4343cd8199a84a8c6127bed5cc69c81df78960e3 Mon Sep 17 00:00:00 2001 From: Bhavik MacBook PRO 16 Date: Fri, 12 May 2023 00:47:23 +0530 Subject: [PATCH] Fixed Summary --- action.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)