mirror of
https://github.com/silverqx/TinyORM.git
synced 2026-05-24 11:49:14 -05:00
removed todo task
[skip ci]
This commit is contained in:
@@ -553,9 +553,6 @@ namespace Orm::Tiny
|
||||
{
|
||||
return m_model.newInstance(attributes)
|
||||
.setConnection(m_query->getConnection().getName());
|
||||
// TODO study, or stackoverflow move or not move? its a question 🤔 silverqx
|
||||
// return std::move(m_model.newInstance(attributes)
|
||||
// .setConnection(m_query->getConnection().getName()));
|
||||
}
|
||||
|
||||
template<typename Model>
|
||||
|
||||
Reference in New Issue
Block a user