Skip to content

Commit 4677360

Browse files
committed
Fix README.md, example still using all method instead of get
1 parent d1ccf88 commit 4677360

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ class UserRepository extends Repository {
120120
* @param array|mixed $columns
121121
* @return \Illuminate\Database\Eloquent\Collection|static[]
122122
*/
123-
public function all($columns = ['*']) {
123+
public function get($columns = ['*']) {
124124
$users = $this->repository
125125
->active()
126126
->orderBy('updated_at', 'DESC')

0 commit comments

Comments
 (0)