@@ -5,9 +5,6 @@ |
||
5 | 5 | |
6 | 6 | use mcorten87\rabbitmq_api\MqManagementConfig; |
7 | 7 | use mcorten87\rabbitmq_api\MqManagementFactory; |
8 | -use mcorten87\rabbitmq_api\objects\Host; |
|
9 | -use mcorten87\rabbitmq_api\objects\Password; |
|
10 | -use mcorten87\rabbitmq_api\objects\User; |
|
11 | 8 | |
12 | 9 | class MqManagermentService |
13 | 10 | { |
@@ -6,7 +6,6 @@ |
||
6 | 6 | use mcorten87\rabbitmq_api\jobs\JobDefinitionListVirtualHost; |
7 | 7 | use mcorten87\rabbitmq_api\objects\Method; |
8 | 8 | use mcorten87\rabbitmq_api\objects\Url; |
9 | -use mcorten87\rabbitmq_api\services\MqManagementConfig; |
|
10 | 9 | |
11 | 10 | class JobDefinitionListVirtualHostMapper extends BaseMapper |
12 | 11 | { |