Skip to content

Commit

Permalink
chore: pass logger to configuration provider
Browse files Browse the repository at this point in the history
  • Loading branch information
rexlManu committed Jul 19, 2023
1 parent 02156d6 commit fd78e19
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ public class FairyChatPlugin extends JavaPlugin {

@Override
public void onEnable() {
this.configurationProvider = new PluginConfigurationProvider(this.getDataFolder().toPath());
this.configurationProvider = new PluginConfigurationProvider(this.getDataFolder().toPath(), this.getLogger());
this.injector =
Guice.createInjector(
new FairyChatModule(this.configurationProvider, this),
Expand Down

0 comments on commit fd78e19

Please sign in to comment.