# frozen_string_literal: true require "hanami/db/relation" module Adamantium module DB class Relation < Hanami::DB::Relation end end end