## What
`demo:reset` now bails out early with an info message when
`config('app.demo.enabled')` is falsy, instead of rebuilding the demo
account regardless of the `DEMO_ENABLED` flag.
## Why
The `DEMO_ENABLED` config existed but the command ignored it, so a
scheduled reset would recreate demo data on environments where the demo
account is turned off.
|
||
|---|---|---|
| .. | ||
| AgentDatabaseCommandTest.php | ||
| CheckBankLogosCommandTest.php | ||
| FeatureEnableCommandTest.php | ||
| GenerateLandingAuthLinkCommandTest.php | ||
| ResetDemoAccountCommandTest.php | ||
| ResetUserCategoriesCommandTest.php | ||
| SendPaywallFollowUpEmailsCommandTest.php | ||
| SendSubscriptionCancelledEmailCommandTest.php | ||
| SendUpdateEmailCommandTest.php | ||
| SetBankLogoCommandTest.php | ||
| SetupMainUserCommandTest.php | ||