Skip to content

Commit b943473

Browse files
author
Alexander Martinkevich
committed
feat: add deprecation message utility classses
1 parent 87d6772 commit b943473

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

etc/di.xml

+5-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0"?>
22
<!--
33
/**
4-
* Copyright (c) 2023 Hawksearch (www.hawksearch.com) - All Rights Reserved
4+
* Copyright (c) 2024 Hawksearch (www.hawksearch.com) - All Rights Reserved
55
*
66
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
77
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
@@ -25,6 +25,10 @@
2525
type="HawkSearch\Connector\Logger\LoggerConfig"/>
2626
<preference for="HawkSearch\Connector\Logger\LoggerFactoryInterface"
2727
type="HawkSearch\Connector\Logger\LoggerFactory"/>
28+
<preference for="HawkSearch\Connector\Compatibility\DeprecatedMessageBuilderInterface"
29+
type="HawkSearch\Connector\Compatibility\DeprecatedMessageBuilder"/>
30+
<preference for="HawkSearch\Connector\Compatibility\DeprecatedMessageTriggerInterface"
31+
type="HawkSearch\Connector\Compatibility\DeprecatedMessageTrigger"/>
2832

2933

3034
<!-- Configs -->
@@ -237,5 +241,4 @@
237241
<argument xsi:type="string" name="instanceName">HawkSearch\Connector\Gateway\Instruction\Result\DefaultResult</argument>
238242
</arguments>
239243
</virtualType>
240-
241244
</config>

0 commit comments

Comments
 (0)