Skip to content

Commit

Permalink
Add missing closing brace.
Browse files Browse the repository at this point in the history
  • Loading branch information
terrencegf committed Apr 1, 2020
1 parent e839ef7 commit ca767a5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Service/Util.php
Original file line number Diff line number Diff line change
Expand Up @@ -865,6 +865,7 @@ public static function saveUserToDataStore(...$args)
if ($value != 'idp') {
static::setSessionVar($value, $dbs->$value);
}
}
}
}

Expand Down

0 comments on commit ca767a5

Please sign in to comment.