You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While running the import definition, I'm stumbling upon the following error: Message: Instride\Bundle\DataDefinitionsBundle\ProcessManager\ExportDefinitionStartupFormResolver::__construct(): Argument #1 ($definitionRepository) must be of type Instride\Bundle\DataDefinitionsBundle\ProcessManager\DefinitionRepository, Instride\Bundle\DataDefinitionsBundle\Repository\DefinitionRepository given, called in /var/www/html/var/cache/dev/ContainerKZH9cd2/getProcessManager_Registry_StartupFormResolverService.php on line 26
By adding following line to the use statements, it works as expected. use Instride\Bundle\DataDefinitionsBundle\Repository\DefinitionRepository;
The text was updated successfully, but these errors were encountered:
While running the import definition, I'm stumbling upon the following error:
Message: Instride\Bundle\DataDefinitionsBundle\ProcessManager\ExportDefinitionStartupFormResolver::__construct(): Argument #1 ($definitionRepository) must be of type Instride\Bundle\DataDefinitionsBundle\ProcessManager\DefinitionRepository, Instride\Bundle\DataDefinitionsBundle\Repository\DefinitionRepository given, called in /var/www/html/var/cache/dev/ContainerKZH9cd2/getProcessManager_Registry_StartupFormResolverService.php on line 26
By adding following line to the use statements, it works as expected.
use Instride\Bundle\DataDefinitionsBundle\Repository\DefinitionRepository;
The text was updated successfully, but these errors were encountered: