diff --git a/README.md b/README.md index 5eb01cb92..497902843 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,6 @@ Thank you for considering contributing to Leconfe! Here are some guidelines to h - Encrypt all sensitive data in Eloquent models. - Each Eloquent model should have a corresponding [Policy](https://laravel.com/docs/10.x/authorization#creating-policies) to handle authorization. -- Each Eloquent model should have a corresponding [Resource](https://laravel.com/docs/10.x/eloquent-resources) to handle serialization. - All actions should be Logged. - Always use pagination on index pages. - The following Eloquent protections are enabled by default