Skip to content

Commit

Permalink
Removed deprecated has() method from RepositoryInterface as well
Browse files Browse the repository at this point in the history
  • Loading branch information
micheleangioni committed May 29, 2017
1 parent 4d74332 commit 241b024
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions src/MicheleAngioni/Support/Repos/RepositoryInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -152,20 +152,6 @@ public function getIn($whereInKey, array $whereIn = [], $with = [], $orderBy = n
*/
public function getNotIn($whereNotInKey, array $whereNotIn = [], $with = [], $orderBy = null, $order = 'desc', $limit = 0);

/**
* Return all results that have a required relationship.
*
* @param string $relation
* @param array $where
* @param array $with
* @param int $hasAtLeast = 1
*
* @deprecated
*
* @return Collection
*/
public function has($relation, array $where = [], array $with = [], $hasAtLeast = 1);

/**
* Return all results that have a required relationship.
*
Expand Down

0 comments on commit 241b024

Please sign in to comment.