update 2023-06-02 04:47:47

This commit is contained in:
Robot 2023-06-02 04:48:00 +02:00
parent 1ff6ddda91
commit 578bce0398
Signed by: Robot
GPG Key ID: 14DECD44E7E1BB95

View File

@ -15,7 +15,7 @@ namespace VDM\Joomla\Openai;
use Joomla\DI\Container; use Joomla\DI\Container;
use VDM\Joomla\Openai\Service\Api; use VDM\Joomla\Openai\Service\Api;
use VDM\Joomla\Openai\Service\Utilities; use VDM\Joomla\Openai\Service\Utilities;
use VDM\Joomla\Componentbuilder\Interfaces\FactoryInterface; use VDM\Joomla\Interfaces\FactoryInterface;
/** /**