From ec9ee673e44b5f2b3312b8c09d63a17999792ff4 Mon Sep 17 00:00:00 2001 From: silverqx Date: Sat, 30 Jul 2022 19:53:08 +0200 Subject: [PATCH] removed todo tasks --- include/orm/tiny/model.hpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/include/orm/tiny/model.hpp b/include/orm/tiny/model.hpp index 67a033d92..db6cfd53c 100644 --- a/include/orm/tiny/model.hpp +++ b/include/orm/tiny/model.hpp @@ -33,9 +33,7 @@ namespace Orm::Tiny // TODO model missing methods Model::firstOr() silverqx // TODO model missing methods Model::updateOrInsert() silverqx // TODO model missing methods Model::loadMissing() silverqx - // TODO model missing methods Model::whereExists() silverqx // TODO model missing methods Model::whereBetween() silverqx - // TODO model missing methods Model::exists()/notExists() silverqx // TODO model missing methods Model::saveOrFail() silverqx // TODO model missing methods EloquentCollection::toQuery() silverqx // TODO model missing methods Model::whereRow() silverqx