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 dba0dcd commit 7ff9d04Copy full SHA for 7ff9d04
README.md
@@ -92,7 +92,7 @@ class Post extends \yii\db\ActiveRecord
92
public function transactions()
93
{
94
return [
95
- self::SCENARIO_DEFAULT => self::OP_INSERT | OP_UPDATE,
+ self::SCENARIO_DEFAULT => self::OP_INSERT | self::OP_UPDATE,
96
];
97
}
98
0 commit comments