Files
bratanbonus/resources/js/actions/App/Http/Controllers/Settings/index.ts
T
Dolo 4a7638d5e9
linter / quality (push) Has been cancelled
tests / ci (8.3) (push) Has been cancelled
tests / ci (8.4) (push) Has been cancelled
tests / ci (8.5) (push) Has been cancelled
Neuaufbau des Repositories
2026-04-13 13:23:40 +02:00

8 lines
302 B
TypeScript

import ProfileController from './ProfileController'
import SecurityController from './SecurityController'
const Settings = {
ProfileController: Object.assign(ProfileController, ProfileController),
SecurityController: Object.assign(SecurityController, SecurityController),
}
export default Settings