Remove custom repo class

This commit is contained in:
2024-08-05 18:45:29 +10:00
parent 4d0710c90c
commit 4b6caf1115

View File

@@ -1,10 +0,0 @@
# auto_register: false
# frozen_string_literal: true
require "rom-repository"
module Adamantium
class Repo < ROM::Repository::Root
include Deps[container: "persistence.rom"]
end
end