Skip to content

Commit

Permalink
Fixe bootloader namespaces
Browse files Browse the repository at this point in the history
  • Loading branch information
butschster committed Sep 1, 2024
1 parent 659108d commit 7889a69
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/src/Application/Kernel.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@

namespace App\Application;

use LLM\Agents\Agent\SiteStatusChecker\Bootloader\SiteStatusCheckerBootloader;
use LLM\Agents\JsonSchema\Mapper\Bootloader\SchemaMapperBootloader;
use LLM\Agents\OpenAI\Client\Bootloader\OpenAIClientBootloader;
use LLM\Agents\Agent\SiteStatusChecker\Integrations\Spiral\SiteStatusCheckerBootloader;
use LLM\Agents\JsonSchema\Mapper\Integration\Spiral\SchemaMapperBootloader;
use LLM\Agents\OpenAI\Client\Integration\Spiral\OpenAIClientBootloader;
use Spiral\Boot\Bootloader\CoreBootloader;
use Spiral\DotEnv\Bootloader\DotenvBootloader;
use Spiral\Prototype\Bootloader\PrototypeBootloader;
Expand Down

0 comments on commit 7889a69

Please sign in to comment.