Skip to content

Commit

Permalink
criteria canBeReadFromSlave migrate to meta
Browse files Browse the repository at this point in the history
  • Loading branch information
Vladimir Alexeev committed Dec 15, 2015
1 parent 3605bf3 commit 80c0106
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/LinguaLeo/DataQuery/Criteria.php
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ class Criteria
public $orderBy;
public $upsert;
public $aggregations;
public $canBeReadFromSlave;

public function __construct($location, array $meta = [])
{
Expand Down Expand Up @@ -145,9 +144,4 @@ public function setMeta($name, $value)
$this->meta[$name] = $value;
return $this;
}

public function canBeReadFromSlave($flag)
{
$this->canBeReadFromSlave = $flag;
}
}

1 comment on commit 80c0106

@regeda
Copy link
Contributor

@regeda regeda commented on 80c0106 Dec 18, 2015

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Круто!
Спасибо

Please sign in to comment.