• Johnny Dao's avatar
    Update README.md · 75c2e7e1
    Johnny Dao authored
    Change
    DB::collection('items')->project(['tags' => array('$slice' => 1]))->get();
    To
    DB::collection('items')->project(['tags' => array('$slice' => 1)])->get();
    75c2e7e1
README.md 23.8 KB