Commit e056e0b2 authored by Jens Segers's avatar Jens Segers

Readme update

parent 82b9cf8d
...@@ -93,7 +93,7 @@ Examples ...@@ -93,7 +93,7 @@ Examples
Distinct is limited to a single column. Distinct is limited to a single column.
$users = Users::distinct('name')->get(); $names = Users::distinct('name')->get();
**Group By** **Group By**
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment