/** * Perform any necessary database or configuration updates. */ public function structure() { TouchConfig('Plugins.Vanillicon.Type', 'v1'); }
/** * Set up the plugin. */ public function setup() { TouchConfig('Plugins.Vanillicon.Type', 'v2'); }