function simplesamlphp_auth_update_8001 in simpleSAMLphp Authentication 8.3
Rebuild simplesamlphp_auth_event_subscriber service.
File
- ./
simplesamlphp_auth.install, line 89 - The install file for the simplesamlphp_auth module.
Code
function simplesamlphp_auth_update_8001() {
\Drupal::service('kernel')
->invalidateContainer();
}