removed todo task

[skip ci]
This commit is contained in:
silverqx
2022-05-31 20:33:02 +02:00
parent cc200caa3a
commit 3d6875b268
-3
View File
@@ -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>