Inject ShopFactory
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
package client.command;
|
||||
|
||||
import database.drop.DropProvider;
|
||||
import server.ShopFactory;
|
||||
|
||||
public record CommandContext(DropProvider dropProvider) {
|
||||
public record CommandContext(DropProvider dropProvider, ShopFactory shopFactory) {
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user