From 55ba71b9f846aa8fb5013509e4700762707660f7 Mon Sep 17 00:00:00 2001 From: Krzysztof Rewak Date: Wed, 26 Jan 2022 12:09:14 +0100 Subject: [PATCH] Update readme.md Co-authored-by: Ewelina Lasowy <56546832+EwelinaLasowy@users.noreply.github.com> --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index d6f2efb..64aa631 100644 --- a/readme.md +++ b/readme.md @@ -5,7 +5,7 @@ > HR software you love to hate ## Architecture -Directory structure little differs from a standard Laravel tree. We decided to refactor main `app` directory to better suite our needs. All classes are grouped in for major categories: +Directory structure little differs from a standard Laravel tree. We decided to refactor main `app` directory to better suite our needs. All classes are grouped in four major categories: * `app/Architecture` for all framework-related stuff like service providers, exception handler and more; * `app/Domain` for all framework-agnostic services related to business logic of the application; * `app/Eloquent` for all database/ORM-related classes like models, observers and scopes;