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
if (!$entityinstanceof InstitutionConfigurationData) {
62
64
thrownewInstitutionNotFoundException('The institution with name "' . $institutionName->getInstitutionName() . '" was not found in the configuration.');
63
65
}
64
66
65
67
if ($entity->hasMetadataUrl()) {
66
-
$this->logger->info(sprintf('Fetching metadata for institution: %s', $institutionName->getInstitutionName()));
68
+
$this->logger->info(sprintf('Update configuration for institution with the metadata url: %s', $institutionName->getInstitutionName()));
0 commit comments