Merge pull request #38 from ingress-it-solutions/dev

Laravel Specific
This commit is contained in:
vandanafuletra 2023-12-24 03:21:07 +05:30 committed by GitHub
commit 252a3bca62
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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