From 863e9c95db3dda1f58312f20b47ec7b26cb5654c Mon Sep 17 00:00:00 2001 From: Michael Chrisco Date: Tue, 24 Apr 2018 15:02:43 -0700 Subject: [PATCH] Update README.md --- README.md | 18 +----------------- 1 file changed, 1 insertion(+), 17 deletions(-) diff --git a/README.md b/README.md index fb29120..1ac896b 100644 --- a/README.md +++ b/README.md @@ -47,22 +47,6 @@ $result = $legacyUser->save(); * touch * insert * truncate - -## TODO: - * saveOrFail - * performInsert(??) - * insertAndSetId(??) - * Add in a PR for any other methods you can find! - - -### registerModelEvents (look into best way to implement) - * saving - * saved - * updating - * updated - * creating - * created - * deleting - * deleted + * Add in a PR for any other methods you can find! ###