From cacd910d82744ad22936d3fb0f02f6492b0075bd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Denis=20Duli=C3=A7i?= Date: Wed, 14 Oct 2020 17:32:13 +0300 Subject: [PATCH] formatting --- app/Http/Middleware/TrustHosts.php | 2 +- composer.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/app/Http/Middleware/TrustHosts.php b/app/Http/Middleware/TrustHosts.php index aec05a776..b0550cfc7 100644 --- a/app/Http/Middleware/TrustHosts.php +++ b/app/Http/Middleware/TrustHosts.php @@ -17,4 +17,4 @@ class TrustHosts extends Middleware $this->allSubdomainsOfApplicationUrl(), ]; } -} \ No newline at end of file +} diff --git a/composer.json b/composer.json index acc3e0a77..059d0b06f 100644 --- a/composer.json +++ b/composer.json @@ -69,12 +69,12 @@ "autoload": { "psr-4": { "App\\": "app/", - "Modules\\": "modules/", + "Akaunting\\Module\\Commands\\": "overrides/akaunting/module/Commands/", "Database\\Factories\\": "database/factories/", "Database\\Seeds\\": "database/seeds/", - "Akaunting\\Module\\Commands\\": "overrides/akaunting/module/Commands/", "Illuminate\\Translation\\": "overrides/Illuminate/Translation/", "Illuminate\\View\\Concerns\\": "overrides/Illuminate/View/Concerns/", + "Modules\\": "modules/", "Symfony\\Component\\Process\\": "overrides/symfony/process/" }, "exclude-from-classmap": [