Laravel Specific

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

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