listen ansichten verbessert
This commit is contained in:
@@ -5,8 +5,8 @@ namespace MintyPHP\Service\Settings;
|
||||
use MintyPHP\Repository\Auth\ApiTokenRepository;
|
||||
use MintyPHP\Repository\Auth\RememberTokenRepository;
|
||||
use MintyPHP\Service\Access\RoleService;
|
||||
use MintyPHP\Service\Org\DepartmentService;
|
||||
use MintyPHP\Service\Audit\SystemAuditService;
|
||||
use MintyPHP\Service\Org\DepartmentService;
|
||||
use MintyPHP\Service\Tenant\TenantService;
|
||||
|
||||
class AdminSettingsService
|
||||
|
||||
@@ -16,7 +16,8 @@ class SettingServicesFactory
|
||||
|
||||
public function __construct(
|
||||
private readonly SettingRepositoryFactory $settingRepositoryFactory
|
||||
) {}
|
||||
) {
|
||||
}
|
||||
|
||||
public function createSettingRepository(): SettingRepositoryInterface
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user