Skip to content

Commit

Permalink
Issue backdrop-contrib#16: Fix coding standards in headless.install.
Browse files Browse the repository at this point in the history
  • Loading branch information
serundeputy committed Jul 21, 2019
1 parent 355b94e commit 6827e84
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion headless.install
Expand Up @@ -5,8 +5,10 @@
* Remove config after uninstalling headless.
*/

/**
* Implements hook_uninstall().
*/
function headless_uninstall() {
$config = config('headless.settings');
$config->delete();
}

0 comments on commit 6827e84

Please sign in to comment.