Skip to content

Commit

Permalink
Fix: use update()
Browse files Browse the repository at this point in the history
  • Loading branch information
rchavik committed Nov 20, 2019
1 parent be7aa6d commit 452dcbf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ public function change()
$this->table('i18n')
->renameColumn('updated', 'modified')
->renameColumn('updated_by', 'modified_by')
->save();
->update();
}
}

0 comments on commit 452dcbf

Please sign in to comment.