Visibility

This commit is contained in:
Chris Tsang 2021-07-16 16:51:12 +08:00
parent e83cc63e3a
commit 57097c0ede

View File

@ -25,7 +25,7 @@ impl<A> Insert<A>
where
A: ActiveModelTrait,
{
pub fn new() -> Self {
pub(crate) fn new() -> Self {
Self {
query: InsertStatement::new()
.into_table(A::Entity::default().into_iden())