Make Settings class
This commit is contained in:
parent
b86b4680b6
commit
0dec6c641f
13 changed files with 120 additions and 99 deletions
|
@ -1,7 +1,7 @@
|
|||
import { injectable, inject } from 'tsyringe';
|
||||
import SettingRepository from '../repositories/SettingRepository';
|
||||
import SettingClient from '../client/SettingClient';
|
||||
import Settings from '../../shared/Settings';
|
||||
import Settings from '../../shared/settings/Settings';
|
||||
|
||||
@injectable()
|
||||
export default class SettingUseCase {
|
||||
|
|
Reference in a new issue