Skip to content

Commit

Permalink
Merge pull request #4 from svicervlad/main
Browse files Browse the repository at this point in the history
fix: typo in media_library_theme_reset.post_update.php
  • Loading branch information
podarok authored Apr 3, 2024
2 parents 0de7113 + ea52d80 commit beff2ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jquery_ui_draggable/jquery_ui_draggable.post_update.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@
/**
* Uninstall me.
*/
function jquery_ui_draggable_reset_post_update_uninstall() {
function jquery_ui_draggable_post_update_uninstall() {
\Drupal::service('module_installer')->uninstall(['jquery_ui_draggable']);
}

0 comments on commit beff2ad

Please sign in to comment.