Skip to content

Commit

Permalink
refactor: remove method
Browse files Browse the repository at this point in the history
  • Loading branch information
gurgentil committed Jul 4, 2020
1 parent 0d9f63e commit dae42a8
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions src/Traits/Sequenceable.php
Original file line number Diff line number Diff line change
Expand Up @@ -382,14 +382,4 @@ protected static function getInitialSequenceValue(): int
{
return (int) config('eloquentsequencer.initial_value', 1);
}

/**
* Determine if the sequence if empty.
*
* @return bool
*/
protected function isSequenceEmpty(): bool
{
return $this->getSequence()->count() === 0;
}
}

0 comments on commit dae42a8

Please sign in to comment.