refactor
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
/**
|
||||
* In-Memory Implementation: InMemoryPenaltyRepository
|
||||
*
|
||||
*
|
||||
* Provides an in-memory storage implementation for penalties.
|
||||
*/
|
||||
|
||||
import type { Penalty } from '../../domain/entities/Penalty';
|
||||
import type { IPenaltyRepository } from '../../domain/repositories/IPenaltyRepository';
|
||||
import type { Penalty } from '@core/racing/domain/entities/Penalty';
|
||||
import type { IPenaltyRepository } from '@core/racing/domain/repositories/IPenaltyRepository';
|
||||
import type { Logger } from '@core/shared/application';
|
||||
|
||||
export class InMemoryPenaltyRepository implements IPenaltyRepository {
|
||||
|
||||
Reference in New Issue
Block a user