addConstraints() public method

Set the base constraints on the relation query.
public addConstraints ( ) : void
return void
Beispiel #1
0
 /**
  * Set the base constraints on the relation query.
  *
  * @return void
  */
 public function addConstraints()
 {
     parent::addConstraints();
     $this->query->where($this->morphType, $this->morphClass);
 }