From 75cce8d916980fa444172174eed71e82eb6e4d3f Mon Sep 17 00:00:00 2001 From: Palzin <47470909+vandanafuletra@users.noreply.github.com> Date: Sun, 24 Dec 2023 03:20:31 +0530 Subject: [PATCH] Laravel Specific --- action.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/action.yaml b/action.yaml index f1dc35b..3dfda71 100644 --- a/action.yaml +++ b/action.yaml @@ -84,6 +84,7 @@ inputs: - Check for Complex data object: There are some typical classes that should not contain too much business logic since their main purpose is to hold data. These classes are: - Resources + - Livewire - Requests - DataTransferObjects (DTO) - Value Objects