diff --git a/web/profiles/custom/yalesites_profile/modules/custom/ys_campus_group/src/CampusGroupManager.php b/web/profiles/custom/yalesites_profile/modules/custom/ys_campus_group/src/CampusGroupManager.php index b2898a0f3..9bb4185ad 100644 --- a/web/profiles/custom/yalesites_profile/modules/custom/ys_campus_group/src/CampusGroupManager.php +++ b/web/profiles/custom/yalesites_profile/modules/custom/ys_campus_group/src/CampusGroupManager.php @@ -19,10 +19,10 @@ /** * Service for Localist functions. */ -class LocalistManager extends ControllerBase implements ContainerInjectionInterface { +class CampusGroupManager extends ControllerBase implements ContainerInjectionInterface { /** - * List of migrations to run. Place migrations from first to last. + * List of migraxtions to run. Place migrations from first to last. */ const LOCALIST_MIGRATIONS = [ 'localist_event_types',