From 8e4aa464203ad20cec4547078c8120e9e5b944b8 Mon Sep 17 00:00:00 2001 From: Krzysztof Rewak Date: Wed, 26 Jan 2022 12:10:20 +0100 Subject: [PATCH] Update readme.md --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 098a4ae..a30e446 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 four major categories: +Directory structure little differs from a standard Laravel tree. We decided to refactor main `app` directory to better suit 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 the business logic of the application; * `app/Eloquent` for all database/ORM-related classes like models, observers and scopes;