From 4d9d063d3fb75811681933419aa34c28b9fc01cd Mon Sep 17 00:00:00 2001 From: Michele Angioni Date: Mon, 28 Dec 2015 17:02:18 +0100 Subject: [PATCH] Updated readme --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 3c1e317..2d104d4 100644 --- a/README.md +++ b/README.md @@ -135,6 +135,7 @@ The `AbstractEloquentRepository` empowers automatically our repositories of the - updateOrCreateBy(array $where, array $inputs = []) - destroy($id) - destroyFirstBy(array $where) +- destroyBy(array $where) - truncate() - count() - countBy(array $where = array())