Skip to content

Commit

Permalink
Minor formatting tweak.
Browse files Browse the repository at this point in the history
  • Loading branch information
kepol committed Jul 28, 2023
1 parent f3c5296 commit eb218a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/quant_purger/quant_purger.install
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ function quant_purger_schema() {
* Implements hook_uninstall().
*/
function quant_purger_uninstall() {
\Drupal::configFactorY()->getEditable('quant_purger.settings')->delete();
\Drupal::configFactory()->getEditable('quant_purger.settings')->delete();
}

/**
Expand Down

0 comments on commit eb218a6

Please sign in to comment.