Skip to content

Commit

Permalink
refactor: remove deprecated config file
Browse files Browse the repository at this point in the history
  • Loading branch information
warlof committed Dec 28, 2021
1 parent 5606b7f commit f9b15b5
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
1 change: 0 additions & 1 deletion src/CalendarServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -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');
Expand Down
5 changes: 0 additions & 5 deletions src/Config/calendar.config.php

This file was deleted.

0 comments on commit f9b15b5

Please sign in to comment.