From f9b15b561faf7419c27395227b63c1dd92ca2d08 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20LEUILLIOT?= Date: Tue, 28 Dec 2021 13:46:13 +0100 Subject: [PATCH] refactor: remove deprecated config file --- src/CalendarServiceProvider.php | 1 - src/Config/calendar.config.php | 5 ----- 2 files changed, 6 deletions(-) delete mode 100755 src/Config/calendar.config.php diff --git a/src/CalendarServiceProvider.php b/src/CalendarServiceProvider.php index 82f0b22..99e70c9 100755 --- a/src/CalendarServiceProvider.php +++ b/src/CalendarServiceProvider.php @@ -35,7 +35,6 @@ public function register() $this->mergeConfigFrom(__DIR__ . '/Config/package.sidebar.php', 'package.sidebar'); $this->mergeConfigFrom(__DIR__ . '/Config/calendar.character.menu.php', 'package.character.menu'); $this->mergeConfigFrom(__DIR__ . '/Config/calendar.corporation.menu.php', 'package.corporation.menu'); - $this->mergeConfigFrom(__DIR__ . '/Config/calendar.config.php', 'calendar.config'); $this->registerPermissions(__DIR__ . '/Config/Permissions/calendar.php', 'calendar'); $this->registerPermissions(__DIR__ . '/Config/Permissions/character.php', 'character'); diff --git a/src/Config/calendar.config.php b/src/Config/calendar.config.php deleted file mode 100755 index 2a2105e..0000000 --- a/src/Config/calendar.config.php +++ /dev/null @@ -1,5 +0,0 @@ - '4.0.3' -];