mirror of
https://github.com/michaelachrisco/ReadOnlyTraitLaravel.git
synced 2024-10-31 21:33:23 -07:00
Update README.md
This commit is contained in:
parent
6e3dbacacc
commit
863e9c95db
1 changed files with 1 additions and 17 deletions
16
README.md
16
README.md
|
@ -47,22 +47,6 @@ $result = $legacyUser->save();
|
||||||
* touch
|
* touch
|
||||||
* insert
|
* insert
|
||||||
* truncate
|
* truncate
|
||||||
|
|
||||||
## TODO:
|
|
||||||
* saveOrFail
|
|
||||||
* performInsert(??)
|
|
||||||
* insertAndSetId(??)
|
|
||||||
* Add in a PR for any other methods you can find!
|
* 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
|
|
||||||
|
|
||||||
###
|
###
|
||||||
|
|
Loading…
Reference in a new issue