Skip to content

Commit

Permalink
Code style fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
boxfrommars committed Jul 12, 2017
1 parent 4e95c7e commit 515b28f
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions src/Rutorika/Sortable/ToSortedManyTrait.php
Original file line number Diff line number Diff line change
Expand Up @@ -165,4 +165,14 @@ abstract public function withPivot($columns);
* @return \Illuminate\Database\Query\Builder
*/
abstract protected function newPivotQuery();

/**
* Detach models from the relationship.
*
* @param mixed $ids
* @param bool $touch
*
* @return int
*/
abstract public function detach($ids = null, $touch = true);
}

0 comments on commit 515b28f

Please sign in to comment.