From 4569aee8e15169b9cc83b61b48c0b45284ec0c42 Mon Sep 17 00:00:00 2001 From: Sergei Predvoditelev Date: Sat, 11 Feb 2023 19:46:10 +0300 Subject: [PATCH] Remove configs (#47) --- composer.json | 3 --- config/common.php | 12 ------------ 2 files changed, 15 deletions(-) delete mode 100644 config/common.php diff --git a/composer.json b/composer.json index 4ca4668..e8079f0 100644 --- a/composer.json +++ b/composer.json @@ -53,9 +53,6 @@ }, "config-plugin-options": { "source-directory": "config" - }, - "config-plugin": { - "common": "common.php" } }, "config": { diff --git a/config/common.php b/config/common.php deleted file mode 100644 index 2639ac1..0000000 --- a/config/common.php +++ /dev/null @@ -1,12 +0,0 @@ - [ - 'class' => MessageSource::class, - ], -];