You are here

function simplesamlphp_auth_update_8002 in simpleSAMLphp Authentication 8.3

Rebuild router for changed admin form.

File

./simplesamlphp_auth.install, line 96
The install file for the simplesamlphp_auth module.

Code

function simplesamlphp_auth_update_8002() {
  \Drupal::service('router.builder')
    ->rebuild();
}