We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef063c8 commit bb9e205Copy full SHA for bb9e205
src/Model/Behavior/SequenceBehavior.php
@@ -554,7 +554,7 @@ protected function _getUpdateExpression(string $direction = '+'): QueryExpressio
554
{
555
$field = $this->_config['sequenceField'];
556
557
- return $this->_table->selectQuery()->newExpr()
+ return $this->_table->selectQuery()->expr()
558
->add(new IdentifierExpression($field))
559
->add('1')
560
->setConjunction($direction);
0 commit comments