Adds a setting to disable first time wizard for new users (#5938)
This commit is contained in:
@@ -370,6 +370,11 @@ final class SystemConfiguration
|
||||
return $this->getDefaultCurrency();
|
||||
}
|
||||
|
||||
public function isUserWizardActive(): bool
|
||||
{
|
||||
return (bool) $this->find('user.wizard');
|
||||
}
|
||||
|
||||
// ========== Timesheet configurations ==========
|
||||
/*
|
||||
public function getTimesheetBreakWarningDuration(): int
|
||||
|
||||
Reference in New Issue
Block a user