Skip to content

Commit

Permalink
updating index code
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisFrench committed Jun 24, 2015
1 parent 034eeb8 commit ddc99b7
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions src/Activity/Models/Actors.php
Original file line number Diff line number Diff line change
Expand Up @@ -37,14 +37,7 @@ class Actors extends \Dsc\Mongo\Collection



public function createIndexes() {

$collection = $this->collection();
$collection->createIndex(['visited' => -1]);

}




protected function fetchConditions()
{
Expand Down

0 comments on commit ddc99b7

Please sign in to comment.