@@ -14,6 +14,7 @@ use Drupal\Core\StringTranslation\TranslatableMarkup;
*/
functionconsumers_install(){
Consumer::create([
'client_id'=>'default_consumer',
'label'=>'Default Consumer',
'description'=>'This is the default consumer. This was created programmatically when the Consumers module was first installed. Feel free to edit, or delete this.',
'is_default'=>TRUE,
@@ -137,3 +138,35 @@ function consumers_update_8107() {