Update README.md
Change
DB::collection('items')->project(['tags' => array('$slice' => 1]))->get();
To
DB::collection('items')->project(['tags' => array('$slice' => 1)])->get();
Showing
Please
register
or
sign in
to comment
Change
DB::collection('items')->project(['tags' => array('$slice' => 1]))->get();
To
DB::collection('items')->project(['tags' => array('$slice' => 1)])->get();