Skip to content

Commit

Permalink
Merge pull request #15992 from marcusmoore/fixes/reset-demo-command
Browse files Browse the repository at this point in the history
Fixed reset demo command
  • Loading branch information
snipe authored Dec 19, 2024
2 parents 15296d2 + 876ab44 commit 49918d3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/Console/Commands/ResetDemoSettings.php
Original file line number Diff line number Diff line change
Expand Up @@ -50,12 +50,12 @@ public function handle()
$settings->alert_email = '[email protected]';
$settings->login_note = 'Use `admin` / `password` to login to the demo.';
$settings->header_color = null;
$settings->barcode_type = 'QRCODE';
$settings->label2_2d_type = 'QRCODE';
$settings->default_currency = 'USD';
$settings->brand = 2;
$settings->ldap_enabled = 0;
$settings->full_multiple_companies_support = 0;
$settings->alt_barcode = 'C128';
$settings->label2_1d_type = 'C128';
$settings->skin = '';
$settings->email_domain = 'snipeitapp.com';
$settings->email_format = 'filastname';
Expand Down

0 comments on commit 49918d3

Please sign in to comment.