Exemple #1
0
 /**
  * Selects by primary key.
  * @param  mixed
  * @return Repository provides a fluent interface
  */
 public function find($key)
 {
     $this->selection->find($key);
     return $this;
 }