Skip to content
This repository has been archived by the owner on Sep 4, 2019. It is now read-only.

Commit

Permalink
updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Arthur LORENT committed May 30, 2018
1 parent a86ef45 commit 998eb36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,8 +101,8 @@ However, if you want to add a method for your personal needs, do not hesitate to
### Usable Illuminate\Database\Eloquent\Model methods
- [save()](https://laravel.com/api/5.0/Illuminate/Database/Eloquent/Model.html#method_save)
- [update()](https://laravel.com/api/5.0/Illuminate/Database/Eloquent/Model.html#method_update)
- [all()](https://laravel.com/api/5.0/Illuminate/Database/Eloquent/Model.html#method_all)
- [delete()](https://laravel.com/api/5.0/Illuminate/Database/Eloquent/Model.html#method_delete)
- [all()](https://laravel.com/api/5.0/Illuminate/Database/Eloquent/Model.html#method_all)

### Usable Illuminate\Database\Query\Builder methods
- [get()](https://laravel.com/api/5.0/Illuminate/Database/Query/Builder.html#method_get)
Expand Down

0 comments on commit 998eb36

Please sign in to comment.