Skip to content

Commit

Permalink
ys-campus-group- another PHPCS fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
[email protected] committed Oct 25, 2024
1 parent 0159c7f commit 2d4ffb8
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 2d4ffb8

Please sign in to comment.