lib/admin_command.rb 🔗
@@ -32,10 +32,12 @@ class AdminCommand
def initialize(
customer_repo,
admin_action_repo=AdminActionRepo.new,
+ snikket_repo=Snikket::Repo.new,
notice: nil
)
@customer_repo = customer_repo
@admin_action_repo = admin_action_repo
+ @snikket_repo = snikket_repo
@notice = notice
end