Eloquent\Phony\Sequencer\Sequencer::next PHP Method

next() public method

Increment and return the sequence number.
public next ( ) : integer
return integer The sequence number.
    public function next()
    {
        return ++$this->current;
    }