Skip to content

Commit

Permalink
Replace save() with update()
Browse files Browse the repository at this point in the history
  • Loading branch information
davidspeijer authored Aug 8, 2024
1 parent d1147b2 commit adc43d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/en/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -455,7 +455,7 @@ creates the file::
{
$table = $this->table('products');
$table->removeColumn('price')
->save();
->update();
}
}

Expand Down

0 comments on commit adc43d1

Please sign in to comment.