File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
backend/magic-service/config/autoload Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 9191use App \Domain \Flow \Repository \Persistence \MagicFlowWaitMessageRepository ;
9292use App \Domain \Group \Repository \Facade \MagicGroupRepositoryInterface ;
9393use App \Domain \Group \Repository \Persistence \MagicGroupRepository ;
94+ use App \Domain \KnowledgeBase \Entity \ValueObject \DocumentFile \ExternalDocumentFile ;
9495use App \Domain \KnowledgeBase \Entity \ValueObject \DocumentFile \Interfaces \ExternalDocumentFileInterface ;
9596use App \Domain \KnowledgeBase \Entity \ValueObject \DocumentFile \Interfaces \ThirdPlatformDocumentFileInterface ;
97+ use App \Domain \KnowledgeBase \Entity \ValueObject \DocumentFile \ThirdPlatformDocumentFile ;
9698use App \Domain \KnowledgeBase \Repository \Facade \KnowledgeBaseDocumentRepositoryInterface ;
9799use App \Domain \KnowledgeBase \Repository \Facade \KnowledgeBaseFragmentRepositoryInterface ;
98100use App \Domain \KnowledgeBase \Repository \Facade \KnowledgeBaseRepositoryInterface ;
320322 KnowledgeBaseStrategyInterface::class => BaseKnowledgeBaseStrategy::class,
321323 ExternalFileDocumentFileStrategyInterface::class => ExternalFileDocumentFileStrategyDriver::class,
322324 ThirdPlatformDocumentFileStrategyInterface::class => ThirdPlatformDocumentFileStrategyDriver::class,
323- ExternalDocumentFileInterface::class => ExternalDocumentFileInterface ::class,
324- ThirdPlatformDocumentFileInterface::class => ThirdPlatformDocumentFileInterface ::class,
325+ ExternalDocumentFileInterface::class => ExternalDocumentFile ::class,
326+ ThirdPlatformDocumentFileInterface::class => ThirdPlatformDocumentFile ::class,
325327
326328 // admin
327329 AdminGlobalSettingsRepositoryInterface::class => AdminGlobalSettingsRepository::class,
You can’t perform that action at this time.
0 commit comments