Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/1.x-1.x' into 16/backdropcoder
Browse files Browse the repository at this point in the history
  • Loading branch information
serundeputy committed Jul 21, 2019
2 parents 42c8979 + cb761d3 commit 355b94e
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions headless.install
@@ -0,0 +1,12 @@
<?php
/**
* @file
* headless.install
* Remove config after uninstalling headless.
*/

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

0 comments on commit 355b94e

Please sign in to comment.