We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df53206 commit 5f923b6Copy full SHA for 5f923b6
code_samples/multisite/automated_translation/src/AutomatedTranslation/AiClient.php
@@ -2,8 +2,8 @@
2
3
namespace App\AutomatedTranslation;
4
5
-use Ibexa\AutomatedTranslation\Exception\ClientNotConfiguredException;
6
use Ibexa\Contracts\AutomatedTranslation\Client\ClientInterface;
+use Ibexa\Contracts\AutomatedTranslation\Exception\ClientNotConfiguredException;
7
use Ibexa\Contracts\ConnectorAi\Action\DataType\Text;
8
use Ibexa\Contracts\ConnectorAi\Action\RuntimeContext;
9
use Ibexa\Contracts\ConnectorAi\ActionConfigurationServiceInterface;
0 commit comments