diff --git a/config/app.rb b/config/app.rb index 2efb7ae..75462d1 100644 --- a/config/app.rb +++ b/config/app.rb @@ -4,6 +4,5 @@ require "hanami" module ClashDeckGenerator2 class App < Hanami::App - config.providers = [:db] end -end +end \ No newline at end of file