Update README.md

This commit is contained in:
michaelachrisco 2018-04-24 15:02:43 -07:00 committed by GitHub
parent 6e3dbacacc
commit 863e9c95db
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -47,22 +47,6 @@ $result = $legacyUser->save();
* touch * touch
* insert * insert
* truncate * truncate
* Add in a PR for any other methods you can find!
## 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
### ###