Commit aa3e2c86 authored by Jens Segers's avatar Jens Segers

Typo

parent 4089d6e9
...@@ -100,4 +100,4 @@ Examples ...@@ -100,4 +100,4 @@ Examples
$price = DB::table('orders')->avg('price'); $price = DB::table('orders')->avg('price');
$total = DB::table('users')->sum('votes'); $total = DB::table('users')->sum('votes');
All basis insert, update, delete and select methods should be implemented. Feel free to fork and help completing this library! All basic insert, update, delete and select methods should be implemented. Feel free to fork and help completing this library!
\ No newline at end of file \ No newline at end of file
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