Skip to content

Commit

Permalink
Set header in demo seeder
Browse files Browse the repository at this point in the history
  • Loading branch information
jbrooksuk committed Aug 21, 2023
1 parent 0611cad commit 345039f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions app/Console/Commands/DemoSeederCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -407,6 +407,9 @@ protected function seedSettings()
], [
'key' => 'enable_subscribers',
'value' => '0',
], [
'key' => 'header',
'value' => '<script src="https://cdn.usefathom.com/script.js" data-site="NQKCLYJJ" defer></script>',
],
];

Expand Down

0 comments on commit 345039f

Please sign in to comment.