Laravel Specific

This commit is contained in:
Palzin 2023-12-24 03:20:31 +05:30
commit 75cce8d916

View file

@ -84,6 +84,7 @@ inputs:
- Check for Complex data object: - 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: 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 - Resources
- Livewire
- Requests - Requests
- DataTransferObjects (DTO) - DataTransferObjects (DTO)
- Value Objects - Value Objects