🤖 Auto commit for release 'develop' on 2025-04-03

This commit is contained in:
JC5
2025-04-03 10:30:36 +02:00
parent 90e7f0c0f7
commit 786c1fcd58
4 changed files with 4 additions and 4 deletions

View File

@@ -61,7 +61,7 @@ class UserTestNotificationEmail extends Notification
*/
public function via(User $notifiable): array
{
$isDemoSite = FireflyConfig::get('is_demo_site',false)->data;
$isDemoSite = FireflyConfig::get('is_demo_site', false)->data;
if (true === $isDemoSite) {
return [];
}