Use new hanami db classes

This commit is contained in:
2024-08-05 18:44:20 +10:00
parent d7573d7038
commit 2ada50cbcd
52 changed files with 52 additions and 52 deletions

View File

@@ -2,7 +2,7 @@ require "time_math"
module Admin
module Repos
class PostRepo < Adamantium::Repo[:posts]
class PostRepo < Adamantium::DB::Repo[:posts]
commands update: :by_pk
def tag_post(post_id:, tags:)